[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / e / 1 / Steroid / 0.1.0 / Steroid.podspec.json
blob089293d8ae485f5acc6541c80701372d48a7eaa1
2   "name": "Steroid",
3   "version": "0.1.0",
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.0"
13   },
14   "swift_version": "5.0",
15   "platforms": {
16     "ios": "10.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   ]