[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 0 / 2 / Umarell / 1.3.1 / Umarell.podspec.json
bloba20d647219be1a00e28d1aea5639d678c1ed037a
2   "name": "Umarell",
3   "version": "1.3.1",
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.3.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Umarell"
23     },
24     {
25       "name": "Blabber",
26       "dependencies": {
27         "Umarell/Core": [
29         ],
30         "Blabber": [
32         ]
33       },
34       "xcconfig": {
35         "GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
36       }
37     }
38   ]