[Add] CarDrLib 1.0.1
[CocoaPods.git] / Specs / 4 / 3 / 8 / TitanFMBase / 0.1.0 / TitanFMBase.podspec.json
bloba3f6e79b66ce71fec4a0a4d8267935b8cf448603
2   "name": "TitanFMBase",
3   "version": "0.1.0",
4   "summary": "TitanFMBase.",
5   "description": "TitanFMBase是一个基础组件",
6   "homepage": "https://github.com/CoderTitan/TKBaseTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CoderTitan": "quanjunt@163.com"
13   },
14   "source": {
15     "git": "https://github.com/CoderTitan/TKBaseTool.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "TitanFMBase/Classes/Base/**/*"
25     },
26     {
27       "name": "Category",
28       "source_files": "TitanFMBase/Classes/Category/**/*"
29     },
30     {
31       "name": "Network",
32       "source_files": "TitanFMBase/Classes/Network/**/*",
33       "dependencies": {
34         "AFNetworking": [
36         ],
37         "SDWebImage": [
39         ],
40         "TitanFMBase/Category": [
42         ]
43       }
44     },
45     {
46       "name": "Tools",
47       "source_files": "TitanFMBase/Classes/Tools/**/*"
48     }
49   ]