blob: b5117099a5a9da0e79fc06d02bc955f40a5fbafb [file] [log] [blame]
{
"name": "libmsgs",
"version": "0.2.0",
"summary": "Msgs.io library for iOS",
"description": " ## What is Msgs.io?\n\n Msgs.io provides an elegant, high volume push notification service for iOS and Android (and with a limited set of functionality also BlackBerry).\n\n Are your users getting tired of push notifications? Msgs.io supports multiple channels and time/date/day based subscriptions.\n\n Note: We are currently in private alpha, only using the services for select customers.\n",
"homepage": "http://msgs.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Peter Verhane": "peter@egeniq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/egeniq/libmsgs-ios.git",
"tag": "0.2.0"
},
"source_files": "src/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices"
],
"requires_arc": true
}