[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 4 / 5 / a / LYFMBase / 0.3.0 / LYFMBase.podspec.json
blobfe6ef02dc2e290c212dd510d37ca0ed1cc236235
2   "name": "LYFMBase",
3   "version": "0.3.0",
4   "summary": "LYFMBase.",
5   "description": "LYFMBase.测试组件化开发,增加网络模块",
6   "homepage": "https://coding.net/u/liyang13145/p/LYSpec_Code",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liyang.github.io": "995720636@qq.com"
13   },
14   "source": {
15     "git": "https://coding.net/u/liyang13145/p/LYSpec_Code/git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "LYFMBase/Classes/Base/**/*"
25     },
26     {
27       "name": "Category",
28       "source_files": "LYFMBase/Classes/Category/**/*"
29     },
30     {
31       "name": "Tools",
32       "source_files": "LYFMBase/Classes/Tools/**/*",
33       "dependencies": {
34         "AFNetworking": [
36         ]
37       }
38     }
39   ]