[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / 2 / Umarell / 1.2.0 / Umarell.podspec.json
bloba22b872daa0fe7f11b2b9de505cccdcebc095076
2   "name": "Umarell",
3   "version": "1.2.0",
4   "summary": "Umarell is a easy-to-use library that makes simple the implementation of the Publish-Subscribe pattern in Objective-C.",
5   "homepage": "https://github.com/SysdataSpA/Umarell.git",
6   "license": "Apache 2.0",
7   "authors": {
8     "Sysdata Digital": "team.mobile@sysdata.it"
9   },
10   "source": {
11     "git": "https://github.com/SysdataSpA/Umarell.git",
12     "tag": "1.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Umarell"
24     },
25     {
26       "name": "Blabber",
27       "dependencies": {
28         "Umarell/Core": [
30         ],
31         "Blabber": [
33         ]
34       },
35       "xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
37       }
38     }
39   ]