[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 5 / OBJKitTool / 0.1.1 / OBJKitTool.podspec.json
blob16f20473fa702bcd98c258412de50a27145ee798
2   "name": "OBJKitTool",
3   "version": "0.1.1",
4   "summary": "A Objective-c extenesions and utils classes for iOS .",
5   "homepage": "https://github.com/CoderLawrence/OBJKitTool",
6   "license": {
7     "type": "MIT",
8     "file": "./LICENSE.md"
9   },
10   "authors": {
11     "Lawrence": "791785648@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/CoderLawrence/OBJKitTool.git",
18     "tag": "0.1.1",
19     "submodules": true
20   },
21   "default_subspecs": [
22     "Default",
23     "UIKit",
24     "Utils"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Default",
30       "source_files": [
31         "OBJKitTool/OBJKitTool.h",
32         "OBJKitTool/UIKit/*{h,m}",
33         "OBJKitTool/Utils/*{h,m}"
34       ],
35       "public_header_files": [
36         "OBJKitTool/OBJKitTool.h",
37         "OBJKitTool/UIKit/*.h",
38         "OBJKitTool/Utils/*h"
39       ]
40     },
41     {
42       "name": "UIKit",
43       "dependencies": {
44         "OBJKitTool/Default": [
46         ]
47       },
48       "source_files": "OBJKitTool/UIKit/*.{h,m}",
49       "public_header_files": "OBJKitTool/UIKit/*.{h}"
50     },
51     {
52       "name": "Utils",
53       "dependencies": {
54         "OBJKitTool/Default": [
56         ]
57       },
58       "source_files": "OBJKitTool/Utils/*.{h,m}",
59       "public_header_files": "OBJKitTool/Utils/*.{h}"
60     }
61   ]