[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 4 / BKCloud / 1.0.5 / BKCloud.podspec.json
blob47b3326e47dbfceeffb9e873ae4a85899cb92a51
2   "name": "BKCloud",
3   "version": "1.0.5",
4   "summary": "北控云SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/HoratioRen",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BKSX CN": "bksxapp@163.com"
13   },
14   "source": {
15     "git": "https://github.com/HoratioRen/BKCloud.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BKCloud/BKCloudKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreLocation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 4.0.1"
30     ],
31     "SAMKeychain": [
32       "~> 1.5.3"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Tools",
38       "source_files": "BKCloud/Tools/*.{h,m}",
39       "dependencies": {
40         "BKCloud/Define": [
42         ],
43         "BKCloud/Category": [
45         ]
46       }
47     },
48     {
49       "name": "Category",
50       "source_files": "BKCloud/Category/*.{h,m}",
51       "dependencies": {
52         "BKCloud/Define": [
54         ]
55       }
56     },
57     {
58       "name": "Define",
59       "source_files": "BKCloud/BKDefine.h"
60     }
61   ]