[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / c / e / ReloadlySDK / 1.0.1 / ReloadlySDK.podspec.json
blob97b5e9133d401287ff4034068c154cc5e67b1d61
2   "name": "ReloadlySDK",
3   "version": "1.0.1",
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.1"
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"