[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 3 / BoostSwift / 0.1.0 / BoostSwift.podspec.json
blobf25df58411de913d72116405155e25b3fa68cfd0
2   "name": "BoostSwift",
3   "version": "0.1.0",
4   "summary": "Useful Swift Classes and Extensions to Boost Your Productivity.",
5   "description": "BoostSwift is a handy collection of Swift classes and extensions to boost your productivity.",
6   "homepage": "https://github.com/BoostSwift/BoostSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xinus Wang": "xinus.wang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BoostSwift/BoostSwift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "requires_arc": true,
23   "source_files": "BoostSwift/Sources/*.swift",
24   "subspecs": [
25     {
26       "name": "CoreLibs",
27       "source_files": "BoostSwift/Sources/Extensions/CoreLibs/*.swift"
28     },
29     {
30       "name": "Foundation",
31       "source_files": "BoostSwift/Sources/Extensions/Foundation/*.swift"
32     },
33     {
34       "name": "UIKit",
35       "source_files": "BoostSwift/Sources/Extensions/UIKit/*.swift"
36     }
37   ]