[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / 5 / CLKit / 1.1.3 / CLKit.podspec.json
blob44274529d25741901d41173c48cde5bf9e521027
2   "name": "CLKit",
3   "version": "1.1.3",
4   "summary": "一些常用控件封装",
5   "description": "封装了常用的控件,如button、label、textfield、alertView、actionSheet等,提供链式语法",
6   "homepage": "https://github.com/colaicode/CLKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "colaicode": "colaicode@163.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/colaicode/CLKit.git",
19     "tag": "1.1.3"
20   },
21   "source_files": "CLKitDemo/KKKit/**/*.{h,m}",
22   "public_header_files": "CLKitDemo/KKKit/**/*.{h}",
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ]
28   }