[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 7 / 8 / LFJUILib / 0.0.5 / LFJUILib.podspec.json
blobc9be2f8038bb4186aeb9f5c11f9b00c84f267583
2   "name": "LFJUILib",
3   "version": "0.0.5",
4   "summary": "Useful tools for ios development",
5   "description": "Useful tools for ios development gathered in daily work",
6   "homepage": "http://git.oschina.net/FujunSelf/LFJUILib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liufujun": "fujunliu821@163.com"
13   },
14   "source": {
15     "git": "http://git.oschina.net/FujunSelf/LFJUILib.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "LFJUILib/VJUILib.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreLocation"
26   ],
27   "subspecs": [
28     {
29       "name": "Core-Category",
30       "source_files": "LFJUILib/Core-Category/*"
31     },
32     {
33       "name": "Core-Manager",
34       "source_files": "LFJUILib/Core-Manager/*"
35     },
36     {
37       "name": "Core-Util",
38       "source_files": "LFJUILib/Core-Util/*"
39     },
40     {
41       "name": "Core-View",
42       "source_files": "LFJUILib/Core-View/*"
43     }
44   ]