[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / a / BetterSwift / 0.0.1 / BetterSwift.podspec.json
blob61e464532b7445a5996b9ce562dd0240e375b7ad
2   "name": "BetterSwift",
3   "version": "0.0.1",
4   "summary": "some extensions for swift",
5   "homepage": "https://github.com/515783034/BetterSwift",
6   "license": "MIT",
7   "authors": {
8     "shmily": "shmilyshijian@foxmail.com"
9   },
10   "social_media_url": "http://www.jianshu.com/u/3095a094665c",
11   "source": {
12     "git": "https://github.com/515783034/BetterSwift.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "4.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "BetterSwift/Sources/**/*.swift"
24     },
25     {
26       "name": "String",
27       "source_files": "BetterSwift/Sources/String/**/*.swift"
28     }
29   ]