[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / f / LKit / 0.3.0 / LKit.podspec.json
blob9f54280cfeb4a7464b5b64397f2aafc10fdddb67
2   "name": "LKit",
3   "version": "0.3.0",
4   "summary": "Easier iOS layout, and a bunch of other things",
5   "description": "                       LayoutKit is a collection of UI tools that make iOS UI developers life easier to live.\n",
6   "homepage": "https://github.com/knguyen2708/LKit",
7   "license": "MIT",
8   "authors": {
9     "knguyen": "nguyenhoangkhanh@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/knguyen2708/LKit.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "LKit/LKit.h",
20   "dependencies": {
21     "PureLayout": [
22       "~> 1.0.1"
23     ],
24     "libextobjc": [
25       "~> 0.3"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "LinearLayout",
31       "dependencies": {
32         "LKit/Common": [
34         ]
35       },
36       "source_files": [
37         "LKit/LKBuilder.{h,m}",
38         "LKit/*LinearLayout*"
39       ]
40     },
41     {
42       "name": "Common",
43       "dependencies": {
44         "LKit/AutoLayout": [
46         ]
47       },
48       "source_files": [
49         "LKit/LKitCommon.h",
50         "LKit/NSObject+LK.{h,m}",
51         "LKit/NSArray+LK.{h,m}",
52         "LKit/NSAttributedString+LK.{h,m}",
53         "LKit/UIColor+LK.{h,m}",
54         "LKit/LKLabel.{h,m}",
55         "LKit/LKButton.{h,m}",
56         "LKit/UIView+LK.{h,m}"
57       ]
58     },
59     {
60       "name": "AutoLayout",
61       "source_files": "LKit/LKAutoLayout.{h,m}"
62     }
63   ]