[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 1 / Steroid / 0.1.4 / Steroid.podspec.json
blob3dcd632acd3ea57e9a3ba0f7e5bc6a9040cf0692
2   "name": "Steroid",
3   "version": "0.1.4",
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.4"
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     {
40       "name": "UIKit13",
41       "platforms": {
42         "ios": "13.0"
43       },
44       "source_files": [
45         "Sources/SteroidUIKit/iOS8/**/*.{swift}",
46         "Sources/SteroidUIKit/iOS11/**/*.{swift}",
47         "Sources/SteroidUIKit/iOS13/**/*.{swift}"
48       ]
49     }
50   ]