[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 3 / f / 5 / OBJKitTool / 0.1 / OBJKitTool.podspec.json
blobff2064cba1e8f0e763ad2663bbc300ed2bb97cc1
2   "name": "OBJKitTool",
3   "version": "0.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",
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/**/*{h,m}"
33       ],
34       "public_header_files": [
35         "OBJKitTool/OBJKitTool.h",
36         "OBJKitTool/**/*.h"
37       ]
38     },
39     {
40       "name": "UIKit",
41       "source_files": "OBJKitTool/UIKit/*.{h,m}",
42       "public_header_files": "OBJKitTool/UIKit/*.{h}"
43     },
44     {
45       "name": "Utils",
46       "source_files": "OBJKitTool/Utils/*.{h,m}",
47       "public_header_files": "OBJKitTool/Utils/*.{h}"
48     }
49   ]