[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / d / 3 / iOSBasisComponents / 0.1.3 / iOSBasisComponents.podspec.json
blobe764f2347d7c88ec555e6cf77cc64b6bbb998a6e
2   "name": "iOSBasisComponents",
3   "version": "0.1.3",
4   "license": "MIT",
5   "summary": "iOSBasisComponents in Swift",
6   "homepage": "https://github.com/daolanghuang/iOSBasisComponments",
7   "authors": {
8     "Enn Software Foundation": "h_daodao@163.com"
9   },
10   "source": {
11     "git": "https://github.com/daolanghuang/iOSBasisComponments.git",
12     "tag": "0.1.3"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Source/Core/**/*.swift",
22       "resource_bundles": {
23         "Core": [
24           "Source/Core/**/*.png"
25         ]
26       },
27       "dependencies": {
28         "SDWebImage": [
30         ],
31         "Alamofire": [
33         ],
34         "SwiftyJSON": [
36         ],
37         "SQLite.swift": [
39         ],
40         "SnapKit": [
42         ]
43       }
44     },
45     {
46       "name": "LK",
47       "source_files": "Source/LK/*.swift",
48       "dependencies": {
49         "iOSBasisComponents/Core": [
51         ]
52       },
53       "resource_bundles": {
54         "LK": [
55           "Source/LK/*.plist"
56         ]
57       }
58     }
59   ]