[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / d / CLUIKit / 2.3.2 / CLUIKit.podspec.json
blob9e239eecd061b89e9dcd4ae2b1a7ade9d7bb93e4
2   "name": "CLUIKit",
3   "version": "2.3.2",
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.3.2"
19   },
20   "source_files": "CLUIKit/**/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "resources": "CLUIKit+Resource/CLResource.bundle",
27   "dependencies": {
28     "MJRefresh": [
30     ],
31     "CLFoundation": [
33     ],
34     "Masonry": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "CLUIKit+Category",
41       "source_files": "CLUIKit+Category/**/*.{h,m}"
42     }
43   ]