[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 5 / FWDFirstLibrary / 0.1.0 / FWDFirstLibrary.podspec.json
blob3c17fb9e23b95d03e191971ff8da9b52926287a4
2   "name": "FWDFirstLibrary",
3   "version": "0.1.0",
4   "summary": "This is my first library.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/felixwu",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "felixwu": "felixvanwu@126.com"
13   },
14   "source": {
15     "git": "https://gitee.com/felixwu/FWDFirstLibrary.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FWDFirstLibrary/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   }