blob: fe003e76d3cf3068d344fbf2782dd380376f1be1 [file] [log] [blame]
{
"name": "MMNotifications",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"frameworks": "QuartzCore",
"requires_arc": true,
"source_files": [
"MMNotifications/*.{h,m}",
"MMNotifications/Private/*.{h,m}"
],
"private_header_files": "MMNotifications/Private/*.h"
}