[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 4 / 1 / UpholdSdk / 0.8.0 / UpholdSdk.podspec.json
blob8359cd4631ad3d78d8ff58dadd81fa64b85c326b
2   "name": "UpholdSdk",
3   "version": "0.8.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.8.0"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "KeychainSwift": [
22       "7.0.1"
23     ],
24     "ObjectMapper": [
25       "2.2.8"
26     ],
27     "PromiseKit": [
28       "4.1.8"
29     ],
30     "SwiftClient": [
31       "3.0.1"
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   ]