blob: 27f1082f464d869291014725855ea405bd972217 [file] [log] [blame]
{
"name": "PushServicesLibrary",
"version": "1.0.1",
"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.1"
},
"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",
"ENABLE_BITCODE": "NO"
}
}