[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 8 / 1 / LPCTools / 0.3.1 / LPCTools.podspec.json
blob58efc1fec3b2e39a36101668d21c69ffad09694b
2   "name": "LPCTools",
3   "version": "0.3.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "LPCSource/*.{h,m}",
23     "LPCSource/**/*.{h,m}",
24     "LPCSource/**/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "LPCSource/*.h",
28     "LPCSource/**/*.h",
29     "LPCSource/**/**/*.h"
30   ],
31   "frameworks": [
32     "UIKit",
33     "MapKit",
34     "CoreLocation"
35   ],
36   "prefix_header_contents": "#import \"LPCToolPrefix.h\""