[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / iMojeSDK / 0.1.0 / iMojeSDK.podspec.json
bloba8870726da78e964401981d4517d8d0e48a1d2c6
2   "name": "iMojeSDK",
3   "version": "0.1.0",
4   "summary": "iMojeSDK",
5   "homepage": "https://github.com/trmquang93/iMojeSDK",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Netizens": "biuro@netizens.pl"
12   },
13   "source": {
14     "git": "https://github.com/trmquang93/iMojeSDK.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "vendored_frameworks": "build/iMojeSDK-Release-iphoneuniversal/iMojeSDK.framework",
21   "public_header_files": "build/iMojeSDK-Release-iphoneuniversal/iMojeSDK.framework/Headers/*.h",
22   "source_files": "build/iMojeSDK-Release-iphoneuniversal/iMojeSDK.framework/Headers/*.h",
23   "resources": [
24     "iMojeSDK/Assets/*.{xcassets}",
25     "iMojeSDK/Assets/Fonts/*.{otf}",
26     "iMojeSDK/Assets/Localizations/**/*.{strings}"
27   ],
28   "frameworks": [
29     "Foundation",
30     "Security",
31     "UIKit",
32     "WebKit"
33   ],
34   "subspecs": [
35     {
36       "name": "iMojeSDKSubSpec",
37       "dependencies": {
38         "Alamofire": [
39           "4.9.1"
40         ],
41         "RxSwift": [
42           "5.1.1"
43         ],
44         "RxCocoa": [
45           "5.1.1"
46         ]
47       }
48     }
49   ]