[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / e / 1 / Steroid / 0.1.11 / Steroid.podspec.json
blobe5b2ecc566b35941d8612197b4e6cbe10115d821
2   "name": "Steroid",
3   "version": "0.1.11",
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.11"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "8.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/iOS8/**/*.{swift}"
27     },
28     {
29       "name": "UIKit11",
30       "platforms": {
31         "ios": "11.0"
32       },
33       "source_files": [
34         "Sources/SteroidUIKit/iOS8/**/*.{swift}",
35         "Sources/SteroidUIKit/iOS11/**/*.{swift}"
36       ]
37     }
38   ],
39   "swift_version": "5.0"