blob: 5b6fd5c0a6ca4cc2d274b9fc4aebc7284f95a9dd [file] [log] [blame]
{
"name": "SAMCategories",
"version": "0.2.0",
"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.2.0"
},
"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/Foundation/*.{h,m}"
}
}