[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 8 / 1 / LPCTools / 0.4.2 / LPCTools.podspec.json
blob4d77322e7160db9dc95b88236f53674bf4907748
2   "name": "LPCTools",
3   "version": "0.4.2",
4   "summary": "a component of Tools on iOS",
5   "description": "李沛池工具汇总、6年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.4.2"
17   },
18   "platforms": {
19     "ios": "8.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": "UIKit",
33   "dependencies": {
34     "AFNetworking": [
36     ],
37     "JSONModel": [
39     ]
40   },
41   "prefix_header_contents": "#import \"LPCToolPrefix.h\""