[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 6 / 9 / e / OBUIKit / 1.0.0 / OBUIKit.podspec.json
blobacb8cd1aeaa23f64ce97f9cf5b0c7d874c0af83d
2   "name": "OBUIKit",
3   "version": "1.0.0",
4   "summary": "Base UI library.",
5   "description": "TODO: A library of base UI.",
6   "homepage": "https://github.com/ObornJung/OBUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oborn.Jung": "obornjung.jj@alibaba-inc.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ObornJung/OBUIKit.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "OBUIKit/*.{m,h}",
22   "public_header_files": "OBUIKit/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "OBFoundationLib": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Moudle",
36       "dependencies": {
37         "OBUIKit/UIExtend": [
39         ]
40       },
41       "source_files": "OBUIKit/Moudle/**/*.{m,h}",
42       "public_header_files": "OBUIKit/Moudle/**/*.h"
43     },
44     {
45       "name": "UIExtend",
46       "source_files": "OBUIKit/UIExtend/**/*.{m,h}",
47       "public_header_files": "OBUIKit/UIExtend/**/*.h"
48     }
49   ]