[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / f / c / NPLBinPacking / 0.1.0 / NPLBinPacking.podspec.json
blob1d80e0ab65cf64cb8b9c87d0a5a04be99531ff15
2   "name": "NPLBinPacking",
3   "version": "0.1.0",
4   "summary": "A CGRect packing implementation.",
5   "homepage": "https://github.com/nickplee/NPLBinPacking",
6   "license": "MIT",
7   "authors": {
8     "Nick Lee": "nick@tendigi.com"
9   },
10   "source": {
11     "git": "https://github.com/nickplee/NPLBinPacking.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/nickplee",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/NPL*.h",
22   "frameworks": "CoreGraphics",
23   "xcconfig": {
24     "OTHER_LDFLAGS": "$(inherited) -lstdc++"
25   }