[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / f / LKit / 0.2.0 / LKit.podspec.json
blob9ff410a55edaa237fe73a8d24edc9f89455c71b4
2   "name": "LKit",
3   "version": "0.2.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.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "LKit/*.*",
20   "dependencies": {
21     "PureLayout": [
22       "~> 1.0.1"
23     ]
24   }