[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 5 / OBJKitTool / 0.1.5 / OBJKitTool.podspec.json
blob3161d1f4be0a4f6b7b5c8b9b324d80179bd69692
2   "name": "OBJKitTool",
3   "version": "0.1.5",
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   "requires_arc": true,
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/CoderLawrence/OBJKitTool.git",
19     "tag": "0.1.5",
20     "submodules": true
21   },
22   "source_files": "OBJKitTool/OBJKitTool.h",
23   "public_header_files": "OBJKitTool/OBJKitTool.h",
24   "subspecs": [
25     {
26       "name": "UIKit",
27       "source_files": "OBJKitTool/UIKit/*.{h,m}",
28       "public_header_files": "OBJKitTool/UIKit/*.h"
29     },
30     {
31       "name": "Utils",
32       "source_files": "OBJKitTool/Utils/*.{h,m}",
33       "public_header_files": "OBJKitTool/Utils/*.h"
34     }
35   ]