[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 5 / 0 / 3 / EasyCalls / 1.0.0 / EasyCalls.podspec.json
blobd609d41002a5c609f2e8adf2ed57bbe5be56407a
2   "name": "EasyCalls",
3   "version": "1.0.0",
4   "summary": "Syntax sugar for Swift API",
5   "description": "The pod simplifies using Swift API.\nIt includes changing DispatchQueue and errors handing now.",
6   "homepage": "https://github.com/devmeremenko/EasyCalls",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Maxim Eremenko": "devmeremenko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/devmeremenko/EasyCalls.git"
16   },
17   "social_media_url": "https://twitter.com/eremenko_maxim/",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/Calls/Common**/*.swift",
22   "pod_target_xcconfig": {
23     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
24     "SWIFT_VERSION": "4.0"
25   },
26   "frameworks": "Foundation",
27   "subspecs": [
28     {
29       "name": "Queues",
30       "source_files": "Classes/Calls/Queues/**/*.swift"
31     },
32     {
33       "name": "Realm",
34       "source_files": [
35         "Classes/Calls/Realm/**/*.swift",
36         "Classes/Calls/Common**/*.swift"
37       ],
38       "dependencies": {
39         "RealmSwift": [
40           "~> 3.1.1"
41         ]
42       }
43     }
44   ]