[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 1 / Steroid / 0.1.2 / Steroid.podspec.json
blob3546142c17f06e1926fd8d19ff8e5d357ec5824c
2   "name": "Steroid",
3   "version": "0.1.2",
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.2"
13   },
14   "swift_version": "5.0",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "default_subspecs": "Swift",
19   "subspecs": [
20     {
21       "name": "Swift",
22       "source_files": "Sources/Steroid/**/*.{swift}"
23     },
24     {
25       "name": "UIKit",
26       "source_files": "Sources/SteroidUIKit/**/*.{swift}"
27     }
28   ]