[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / b / 8 / UInnKit / 0.1.3 / UInnKit.podspec.json
blobaf512a4916b44d24745c9057db37e111762dd298
2   "name": "UInnKit",
3   "version": "0.1.3",
4   "summary": "Some useful sdks for ios development",
5   "swift_version": "4.2",
6   "description": "Some useful sdks for ios development, currently we provide IAP, Push, Network and basic utitlies",
7   "homepage": "https://github.com/u-inn/UInnKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Theo Chen": "me@theochen.com"
14   },
15   "source": {
16     "git": "https://github.com/u-inn/UInnKit.git",
17     "tag": "0.1.3"
18   },
19   "social_media_url": "http://www.u-inn.cn",
20   "platforms": {
21     "ios": "9.3"
22   },
23   "static_framework": true,
24   "source_files": "UInnKit/Classes/*.{swift,m,h}",
25   "public_header_files": "UInnKit/Classes/*.h",
26   "subspecs": [
27     {
28       "name": "Utils",
29       "source_files": "UInnKit/Classes/Utils/**/*.{swift,m,h}"
30     },
31     {
32       "name": "IAP",
33       "dependencies": {
34         "RxSwift": [
36         ],
37         "Alamofire": [
39         ],
40         "UInnKit/Utils": [
42         ]
43       },
44       "source_files": "UInnKit/Classes/IAP/**/*.swift"
45     },
46     {
47       "name": "Network",
48       "dependencies": {
49         "RxSwift": [
51         ],
52         "Alamofire": [
54         ],
55         "UInnKit/Utils": [
57         ]
58       },
59       "source_files": "UInnKit/Classes/Network/**/*.swift"
60     }
61   ]