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