blob: 0d0149c40521b5c80a7e983cc013139ec82f073f [file] [log] [blame]
{
"name": "PushServicesLibrary",
"version": "1.0.2",
"summary": "Push Services Library",
"description": "Installing iOS Push Services - push.techmobilesoft.com",
"homepage": "https://github.com/devalios/PushServicesLibrary",
"license": "MIT",
"authors": {
"devalios": "info@techmobilesoft.com"
},
"source": {
"git": "https://github.com/devalios/PushServicesLibrary.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.h",
"vendored_libraries": "Pod/Classes/*.a",
"resource_bundles": {
"PushServicesLibrary": [
"Pod/Assets/*.png"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}