[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 3 / SwiftlyKit / 0.1.0 / SwiftlyKit.podspec.json
blob0ad2d0cfd113ef40fc80591690110085492ebb5e
2   "name": "SwiftlyKit",
3   "version": "0.1.0",
4   "summary": "A tool kit for Swift developer.",
5   "description": "SwiftlyKit is a tool kit for Swift developer.",
6   "homepage": "https://github.com/hujewelz/SwiftlyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hujewelz": "hujewelz@163.com"
13   },
14   "source": {
15     "git": "https://github.com/hujewelz/SwiftlyKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SwiftlyKit/Classes/Core/**/*",
26       "resource_bundles": {
27         "SwiftlyKit": [
28           "SwiftlyKit/Assets/*.{xib,storyboard}"
29         ]
30       },
31       "resources": [
32         "SwiftlyKit/Assets/**/*.{png,xcassets,json,imageset}"
33       ],
34       "dependencies": {
35         "SnapKit": [
37         ],
38         "Hotaru/Core": [
40         ],
41         "MJRefresh": [
43         ]
44       }
45     }
46   ]