blob: 50b1b10845cba27eb277c592459920bab946c06e [file] [log] [blame]
{
"name": "UrbanPush",
"version": "1.0",
"summary": "send push through Urban Airship easily for iOS.",
"description": "objective-c urban airship push implementation for iOS to send urban airship easily",
"homepage": "https://github.com/iMokhles/UrbanPush",
"license": "MIT",
"authors": {
"iMokhles": "mokhleshussien@aol.com"
},
"source": {
"git": "https://github.com/iMokhles/UrbanPush.git",
"commit": "8af2b74260c5fb6ea282134aa18aee1adec2e20e",
"tag": "v1.0"
},
"social_media_url": "https://twitter.com/iMokhles",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"UIKit",
"AudioToolbox"
]
}