[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 0 / e / KKInitializer / 0.0.1 / KKInitializer.podspec.json
blobbab9c5b33be2c20ad0d071576e597fefe0ee6736
2   "name": "KKInitializer",
3   "version": "0.0.1",
4   "summary": "基础控件的遍历构造器",
5   "homepage": "https://github.com/cocoZ/KKInitializer",
6   "license": "MIT",
7   "authors": {
8     "cocoa": "cocoa.zkk@foxmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/cocoZ/KKInitializer.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "Initializer",
19     "Initializer/*.{h,m}"
20   ],
21   "public_header_files": "Initializer/*.h",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "UILabel+KKInitializer",
26       "source_files": [
27         "UILabel",
28         "UILabel/*.{h,m}"
29       ]
30     }
31   ]