[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / d / CLUIKit / 2.2.1 / CLUIKit.podspec.json
blob9efd7f3e72dbbbdafcf7fa882801e83b1f3adc5a
2   "name": "CLUIKit",
3   "version": "2.2.1",
4   "summary": "CLUIKit for iOS",
5   "homepage": "https://github.com/CainLuo/CLUIKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CainLuo": "350116542@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/CainLuo/CLUIKit.git",
18     "tag": "2.2.1"
19   },
20   "source_files": [
21     "CLUIKit",
22     "CLUIKit/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "MJRefresh": [
32     ],
33     "CLFoundation": [
35     ],
36     "Masonry": [
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "AMap3DMap",
43       "source_files": "CLAMap3D/**/*.{h,m}",
44       "dependencies": {
45         "AMap3DMap": [
47         ]
48       }
49     },
50     {
51       "name": "GoogleMap",
52       "source_files": "CLGoogleMap/**/*.{h,m}",
53       "dependencies": {
54         "GoogleMaps": [
56         ]
57       }
58     }
59   ]