[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / e / 8 / 0 / FankMine / 0.0.19 / FankMine.podspec.json
blobc16b7f351aa581fa40926f1cee436c49212f77b5
2   "name": "FankMine",
3   "version": "0.0.19",
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.19"
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   "dependencies": {
31     "CTMediator": [
33     ],
34     "FankExtension": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Mine",
41       "source_files": "FankMine/Classes/Mine/*",
42       "dependencies": {
43         "SwiftyJSON": [
45         ]
46       }
47     },
48     {
49       "name": "Extension",
50       "source_files": "FankMine/Classes/Extension/*",
51       "dependencies": {
52         "Kingfisher": [
53           "~> 4.8.1"
54         ]
55       }
56     }
57   ]