blob: 7dde5dfbfa9dc983a3912b52277c1f4340fca560 [file] [log] [blame]
{
"name": "MMNotifications",
"version": "0.1.3",
"summary": "Simple in-app notifications for iOS apps.",
"homepage": "http://www.matmartinez.net/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matías Martínez": "soy@matmartinez.net"
},
"source": {
"git": "https://github.com/matmartinez/MMNotifications.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"frameworks": "QuartzCore",
"requires_arc": true,
"source_files": [
"MMNotifications/*.{h,m}",
"MMNotifications/Private/*.{h,m}"
],
"private_header_files": "MMNotifications/Private/*.h"
}