blob: ba7af82bd3546b5f39d3f30b9010c2be9d631e50 [file] [log] [blame]
{
"name": "SAMCategories",
"version": "0.5.1",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"homepage": "https://github.com/soffes/SAMCategories",
"summary": "Foundation and UIKit categories.",
"source": {
"git": "https://github.com/soffes/SAMCategories.git",
"tag": "v0.5.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"resources": "SAMCategories/SAMCategories.bundle",
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "SAMCategories/*.{h,m}"
},
"osx": {
"source_files": "SAMCategories/NS*.{h,m}"
}
}