[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 5 / OBJKitTool / 0.1.3 / OBJKitTool.podspec.json
blob957465e8418f8f90b34d1f09cf1de2839f23c6cf
2   "name": "OBJKitTool",
3   "version": "0.1.3",
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.3",
19     "submodules": true
20   },
21   "source_files": [
22     "OBJKitTool/*.{h,m}",
23     "OBJKitTool/UIKit/*.{h,m}",
24     "OBJKitTool/Utils/*{h,m}"
25   ],
26   "public_header_files": "OBJKitTool/**/*.h",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "UIKit",
31       "source_files": "OBJKitTool/UIKit/*.{h,m}",
32       "public_header_files": "OBJKitTool/UIKit/*.h"
33     }
34   ]