[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / c / e / ReloadlySDK / 1.0.3 / ReloadlySDK.podspec.json
blob3918ec281564e6905f28ae69cceceabeb680d9db
2   "name": "ReloadlySDK",
3   "version": "1.0.3",
4   "summary": "The Reloadly SDK to easily work with Reloadly Services",
5   "description": "The Reloadly SDK for iOS enables iOS developers to easily work with Reloadly Services and build scalable solutions. You can get started in minutes using Pods or manualy put the source to your workspace.",
6   "homepage": "https://github.com/Reloadly/reloadly-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "4taras4": "4taras4@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Reloadly/reloadly-sdk-ios.git",
16     "tag": "1.0.3"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "10.0"
24   },
25   "source_files": "ReloadlySDK/Classes/**/*",
26   "default_subspecs": "Airtime",
27   "subspecs": [
28     {
29       "name": "Airtime",
30       "source_files": "ReloadlySDK/Classes/**/**/*.swift"
31     },
32     {
33       "name": "Authentication",
34       "source_files": "ReloadlySDK/Classes/ReloadlyAuthentication/**/*.swift"
35     }
36   ],
37   "swift_version": "5.0"