[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / 8 / 1 / LPCTools / 0.3.2 / LPCTools.podspec.json
blobeabb8ba26e2255e68b003a03d3e91e7d9a11ba47
2   "name": "LPCTools",
3   "version": "0.3.2",
4   "summary": "a component of Tools on iOS",
5   "description": "李沛池工具汇总、5年iOS架构经验总结出的一套用于快速搭建新启动App的框架、持续完善、普惠天下",
6   "homepage": "https://github.com/GodlikeLPC/LPCTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Godlike": "godlikelpc@126.com"
13   },
14   "source": {
15     "git": "https://github.com/GodlikeLPC/LPCTools.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "LPCSource/*.{h,m}",
23     "LPCSource/**/*.{h,m}",
24     "LPCSource/**/**/*.{h,m}",
25     "LPCSource/**/*.h"
26   ],
27   "public_header_files": [
28     "LPCSource/*.h",
29     "LPCSource/**/*.h",
30     "LPCSource/**/**/*.h"
31   ],
32   "frameworks": [
33     "UIKit",
34     "MapKit",
35     "CoreLocation"
36   ],
37   "dependencies": {
38     "AFNetworking": [
40     ],
41     "JSONModel": [
43     ]
44   },
45   "prefix_header_contents": "#import \"LPCToolPrefix.h\""