[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / 1 / 8 / JWTools / 0.1.3 / JWTools.podspec.json
blob214fe372c0d19b9bf3105f155493cb9ccf00445b
2   "name": "JWTools",
3   "version": "0.1.3",
4   "summary": "一些方便开发的类",
5   "description": "\"本人收集和整理的一些方便开发的类\"\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/jw10126121/JWTools",
7   "license": "MIT",
8   "authors": {
9     "jw10126121": "10126121@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/jw10126121/JWTools.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "JWToolsCore",
19   "swift_version": "4.2",
20   "subspecs": [
21     {
22       "name": "JWToolsCore",
23       "source_files": "JWTools/Classes/JWToolsCore/*",
24       "frameworks": "Foundation"
25     },
26     {
27       "name": "JWUIHelper",
28       "source_files": "JWTools/Classes/JWUIHelper/*",
29       "dependencies": {
30         "JWTools/JWToolsCore": [
32         ]
33       },
34       "frameworks": "UIKit"
35     }
36   ]