blob: cfdf986d20a9340e8aabea09911628bbd29f6e9b [file] [log] [blame]
{
"name": "eventbus",
"version": "0.0.1",
"summary": "foundation framework",
"resources": "README.md",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/**"
},
"social_media_url": "https://twitter.com/galblank",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"description": "brings to provide ALL the foundational needs of any mobile applicaion",
"homepage": "https://github.com/galblank/eventbus",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Blank, Gal": "galblank@gmail.com"
},
"source": {
"git": "https://github.com/galblank/eventbus.git",
"tag": "0.0.1"
},
"source_files": [
"eventbus",
"*.*"
]
}