blob: a22b872daa0fe7f11b2b9de505cccdcebc095076 [file] [log] [blame]
{
"name": "Umarell",
"version": "1.2.0",
"summary": "Umarell is a easy-to-use library that makes simple the implementation of the Publish-Subscribe pattern in Objective-C.",
"homepage": "https://github.com/SysdataSpA/Umarell.git",
"license": "Apache 2.0",
"authors": {
"Sysdata Digital": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Umarell.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Umarell"
},
{
"name": "Blabber",
"dependencies": {
"Umarell/Core": [
],
"Blabber": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
}
}
]
}