[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / c / e / ReloadlySDK / 1.0.2 / ReloadlySDK.podspec.json
blob5cdab6233917f65598d3d39a956df953d81b026c
2   "name": "ReloadlySDK",
3   "version": "1.0.2",
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.2"
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"