blob: 5734d41c68e4d6716a1d809b6a0da8b995f4e7ca [file] [log] [blame]
{
"name": "MSSPopMasonry",
"version": "0.0.2",
"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": "https://github.com/miklselsoe/MSSPopMasonry.git",
"tag": "0.0.2"
},
"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"
}