[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 3 / e / StarLib / 0.2.0 / StarLib.podspec.json
blobdc6858ada070b04999f6eb13f53dededfecebb7a
2   "name": "StarLib",
3   "version": "0.2.0",
4   "summary": "A short description of StarLib.",
5   "description": "这是我的私人类库",
6   "homepage": "https://github.com/iStarEternal/StarLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iStarEternal": "576681253@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/iStarEternal/StarLib.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "prefix_header_contents": "#import \"StarLibDefine.h\"",
22   "source_files": [
23     "StarLib/Classes/**/*",
24     "StarLib/Classes/**/*.{h,m}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "AFNetworking": [
33     ],
34     "JSONModel": [
36     ],
37     "YYText": [
39     ],
40     "MJRefresh": [
42     ],
43     "NJKWebViewProgress": [
45     ],
46     "HMSegmentedControl": [
48     ],
49     "Masonry": [
51     ]
52   },
53   "user_target_xcconfig": {
54     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
55   }