blob: 147af2cce2f40daef2450ff17def4de92564b07e [file] [log] [blame]
{
"name": "NPLBinPacking",
"version": "0.1.1",
"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.1"
},
"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++"
}
}