[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 1 / Steroid / 0.1.6 / Steroid.podspec.json
blobc1ac6a4870561d32c8c5be469dcfa61c07fb2b7b
2   "name": "Steroid",
3   "version": "0.1.6",
4   "authors": {
5     "Jason Nam": "contact@jasonnam.com"
6   },
7   "license": "MIT",
8   "homepage": "https://github.com/jasonnam/Steroid",
9   "summary": "Swift development on steroids.",
10   "source": {
11     "git": "https://github.com/jasonnam/Steroid.git",
12     "tag": "0.1.6"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "default_subspecs": "Swift",
19   "swift_version": "5.0",
20   "subspecs": [
21     {
22       "name": "Swift",
23       "source_files": "Sources/Steroid/**/*.{swift}"
24     },
25     {
26       "name": "UIKit",
27       "source_files": "Sources/SteroidUIKit/iOS8/**/*.{swift}"
28     },
29     {
30       "name": "UIKit11",
31       "platforms": {
32         "ios": "11.0"
33       },
34       "source_files": [
35         "Sources/SteroidUIKit/iOS8/**/*.{swift}",
36         "Sources/SteroidUIKit/iOS11/**/*.{swift}"
37       ]
38     }
39   ]