[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / f / c / NPLBinPacking / 0.1.2 / NPLBinPacking.podspec.json
blob776352ce830811424e7c7acab3ba8cce9ffabdc5
2   "name": "NPLBinPacking",
3   "version": "0.1.2",
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.2"
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   }