blob: 27144709b293ea04cd5acff6c5a226a8704b6a76 [file] [log] [blame]
{
"name": "SAMCategories",
"version": "0.3.5",
"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.3.5"
},
"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}"
}
}