[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 4 / 1 / UpholdSdk / 0.6.0 / UpholdSdk.podspec.json
blobc17faab86b2f702c858c4ae130d8eeb955c761d7
2   "name": "UpholdSdk",
3   "version": "0.6.0",
4   "summary": "The Uphold Swift SDK",
5   "description": "Uphold Swift SDK\n\nThis SDK provides an abstraction from the Uphold api.\nMore information of the Uphold developer tools available at: https://uphold.com/en/developer/api",
6   "homepage": "https://github.com/uphold/uphold-sdk-ios",
7   "license": "MIT",
8   "authors": {
9     "Diogo GuimarĂ£es": "guimaraes@uphold.com",
10     "Sandro Machado": "sandro@uphold.com"
11   },
12   "source": {
13     "git": "https://github.com/uphold/uphold-sdk-ios.git",
14     "tag": "0.6.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "KeychainSwift": [
22       "3.0.13"
23     ],
24     "ObjectMapper": [
25       "1.2.0"
26     ],
27     "PromiseKit": [
28       "3.2.1"
29     ],
30     "SwiftClient": [
31       "2.0.3"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Source",
37       "source_files": "Source/**/*.swift"
38     },
39     {
40       "name": "Production",
41       "dependencies": {
42         "UpholdSdk/Source": [
44         ]
45       },
46       "resources": "Configurations/Production/*.plist"
47     },
48     {
49       "name": "Sandbox",
50       "dependencies": {
51         "UpholdSdk/Source": [
53         ]
54       },
55       "resources": "Configurations/Sandbox/*.plist"
56     }
57   ]