[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 6 / LegoKit / 1.0.1 / LegoKit.podspec.json
blob7c1dbc5c2b5372abf5a06d3a0ddbbdd8920b2d3c
2   "name": "LegoKit",
3   "version": "1.0.1",
4   "summary": "Modularize our code like LEGO blocks.",
5   "description": "Modularize our code like LEGO blocks.So...",
6   "homepage": "https://github.com/iCodist/LegoKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iCodist": "forkon2008@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iCodist/LegoKit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "UIKitExtension",
26       "source_files": "LegoKit/Classes/UIKitExtension/**/*"
27     },
28     {
29       "name": "FoundationExtension",
30       "source_files": "LegoKit/Classes/FoundationExtension/**/*"
31     }
32   ]