blob: 726a4d976fd7f390c624b2452677f461f9f0087c [file] [log] [blame]
{
"name": "M5ApplicationMemoryWarning",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Memory warning notification that works on iOS *and Mac*.",
"homepage": "https://github.com/mhuusko5/M5ApplicationMemoryWarning",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/M5ApplicationMemoryWarning.git",
"tag": "1.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
}
}