blob: 4e8127124a75c0f54ca910eba0148c7c80b8a033 [file] [log] [blame]
{
"name": "MSSPopMasonry",
"version": "0.0.1",
"summary": "Use Masonry with the Facebook Pop animation framework",
"homepage": "https://github.com/miklselsoe/MSSPopMasonry",
"authors": {
"Mikkel Selsøe Sørensen": "mikkel@mikls.dk"
},
"social_media_url": "http://twitter.com/selsoe",
"license": "MIT",
"source": {
"git": "git@github.com:miklselsoe/MSSPopMasonry.git",
"tag": "0.0.1"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"pop": [
],
"Masonry": [
]
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"prefix_header_contents": "#ifdef __OBJC__\n#import \"MSSPopMasonry.h\"\n#endif\n"
}