[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 1 / ZXToolKit / 0.1.0 / ZXToolKit.podspec.json
blobcc21544350d00d8097167fd1c43622f8b2d7033c
2   "name": "ZXToolKit",
3   "version": "0.1.0",
4   "homepage": "https://github.com/zixun/ZXToolKit",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "子循": "chenyl.exe@gmail.com"
11   },
12   "summary": "Tool class which commonly used in the development of iOS",
13   "description": "ZXToolKit is a tool class kit which commonly used in the development of iOS,Make development more convenient",
14   "platforms": {
15     "ios": "4.3"
16   },
17   "source": {
18     "git": "git@github.com:zixun/ZXToolKit.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "ZXToolKit/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreGraphics"
26   ],
27   "requires_arc": true