[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / e / 8 / 0 / FankMine / 0.0.15 / FankMine.podspec.json
blob4abddbc110658d63febdec4c3839a88e28541c68
2   "name": "FankMine",
3   "version": "0.0.15",
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.15"
17   },
18   "source_files": [
19     "FankMine/Classes/*.swift",
20     "FankMine/Classes/Mine/*.swift",
21     "FankMine/Classes/Extension/*.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     "FankMine/Assets/Image/*.png"
29   ],
30   "subspecs": [
31     {
32       "name": "Mine",
33       "source_files": "FankMine/Classes/Mine/*",
34       "dependencies": {
35         "SwiftyJSON": [
37         ]
38       }
39     },
40     {
41       "name": "Extension",
42       "source_files": "FankMine/Classes/Extension/*",
43       "dependencies": {
44         "Kingfisher": [
45           "~> 4.8.1"
46         ]
47       }
48     }
49   ]