[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / e / 8 / 0 / FankMine / 0.0.16 / FankMine.podspec.json
blob9ffc3c9fbd627a6e005ad8cc68714b1c1cb5ffa1
2   "name": "FankMine",
3   "version": "0.0.16",
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.16"
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   },
35   "subspecs": [
36     {
37       "name": "Mine",
38       "source_files": "FankMine/Classes/Mine/*",
39       "dependencies": {
40         "SwiftyJSON": [
42         ]
43       }
44     },
45     {
46       "name": "Extension",
47       "source_files": "FankMine/Classes/Extension/*",
48       "dependencies": {
49         "Kingfisher": [
50           "~> 4.8.1"
51         ]
52       }
53     }
54   ]