[Add] AdMixerMediation 0.3.8
[CocoaPods.git] / Specs / a / 4 / c / JXCategoryKit / 0.1.1 / JXCategoryKit.podspec.json
blob79cf4db94be1a5a1e648d59ebae8197d598c3203
2   "name": "JXCategoryKit",
3   "version": "0.1.1",
4   "summary": "基础类扩展",
5   "homepage": "https://github.com/Barnett2050/JXCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zjx_mywork@163.com": "zjx_mywork@163.com"
12   },
13   "source": {
14     "git": "https://github.com/Barnett2050/JXCategoryKit.git",
15     "tag": "0.1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "JXCategoryKit/JXCategoryKit.h",
22   "public_header_files": "JXCategoryKit/JXCategoryKit.h",
23   "frameworks": [
24     "UIKit",
25     "CoreLocation"
26   ],
27   "subspecs": [
28     {
29       "name": "CoreLocation",
30       "source_files": "JXCategoryKit/CoreLocation/*.{h,m}",
31       "public_header_files": "JXCategoryKit/CoreLocation/*.h"
32     }
33   ]