blob: 1d80e0ab65cf64cb8b9c87d0a5a04be99531ff15 [file] [log] [blame]
{
"name": "NPLBinPacking",
"version": "0.1.0",
"summary": "A CGRect packing implementation.",
"homepage": "https://github.com/nickplee/NPLBinPacking",
"license": "MIT",
"authors": {
"Nick Lee": "nick@tendigi.com"
},
"source": {
"git": "https://github.com/nickplee/NPLBinPacking.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nickplee",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/NPL*.h",
"frameworks": "CoreGraphics",
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -lstdc++"
}
}