forked from saltedge/saltedge-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSaltEdge-iOS.podspec
More file actions
18 lines (16 loc) · 868 Bytes
/
Copy pathSaltEdge-iOS.podspec
File metadata and controls
18 lines (16 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "SaltEdge-iOS"
s.version = "4.0.0"
s.summary = "A handful of classes to help you interact with the Salt Edge API from your iOS app."
s.description = <<-DESC
SaltEdge-iOS is a library targeted at easing the interaction with the [Salt Edge API](https://docs.saltedge.com/).
The library aims to come in handy with some core API requests such as connecting a login, fetching accounts/transactions, et al.
DESC
s.homepage = "https://github.com/saltedge/saltedge-ios"
s.license = { :type => "MIT", :file => "LICENSE" }
s.source = { :git => "https://github.com/saltedge/saltedge-ios.git", :tag => "v4.0.0" }
s.source_files = 'Classes/**/**.{h,m}'
s.requires_arc = true
s.author = "SaltEdge"
s.platform = :ios, "7.0"
end