[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 0 / FankMine / 0.0.12 / FankMine.podspec.json
blob4df78a22aeab79dd47a899e22db6f26566a644a9
2   "name": "FankMine",
3   "version": "0.0.12",
4   "summary": "FankMine private cocoapods project - summary.",
5   "description": "FankMine private cocoapods project - description.",
6   "homepage": "https://github.com/fankfank/FankMine.git",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "fank": "locke_fank@126.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/fankfank/FankMine.git",
16     "tag": "0.0.12"
17   },
18   "source_files": [
19     "FankMine/Classes/*.swift",
20     "FankMine/Classes/Mine/*.swift",
21     "FankMine/Classes/**/*.swift"
22   ],
23   "exclude_files": "FankMine/Classes/AppConfig",
24   "resources": [
25     "FankMine/Assets/Nib/*.xib",
26     "FankMine/Assets/Storyboard/*.storyboard",
27     "FankMine/Assets/Image/*.jpg"
28   ],
29   "subspecs": [
30     {
31       "name": "Mine",
32       "source_files": "FankMine/Classes/Mine/*",
33       "dependencies": {
34         "SwiftyJSON": [
36         ]
37       }
38     },
39     {
40       "name": "Extension",
41       "source_files": "FankMine/Classes/Extension/*",
42       "dependencies": {
43         "Kingfisher": [
44           "~> 4.8.1"
45         ]
46       }
47     }
48   ]