[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / a / KKTest / 0.0.1 / KKTest.podspec.json
blobf7dc48d8ea5f83ac6e3da279c7fc5d8e4b3bd1e8
2   "name": "KKTest",
3   "version": "0.0.1",
4   "summary": "Test cocoapods.",
5   "description": "Test how to create pods",
6   "homepage": "https://git.oschina.net/chumenbiexiayu/ColaKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "KaKa": "chumenbiexiayu@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://git.oschina.net/chumenbiexiayu/ColaKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "TestPod/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "public_header_files": "TestPod/*.h",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
31     ]
32   }