[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 8 / 1 / SwiftHelper / 3.0.0 / SwiftHelper.podspec.json
blobc981c5fd004d7e9f5bf513b67b587a23370abaec
2   "name": "SwiftHelper",
3   "version": "3.0.0",
4   "summary": "Some extensions in Swift.",
5   "homepage": "https://github.com/iLiuChang/SwiftHelper",
6   "license": "MIT",
7   "authors": {
8     "iLiuChang": "iliuchang@foxmail.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/iLiuChang/SwiftHelper.git",
15     "tag": "3.0.0"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "swift_versions": "4.0",
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "SwiftHelper/Foundation/*.{swift}"
24     },
25     {
26       "name": "UIKit",
27       "source_files": "SwiftHelper/UIKit/*.{swift}"
28     }
29   ],
30   "swift_version": "4.0"