blob: 9de55fc32fe0c355000fdf11151e933899c3f5a7 [file] [log] [blame]
{
"name": "SSToolkit",
"version": "1.0.1",
"platforms": {
"ios": null
},
"summary": "A collection of well-documented iOS classes for making life easier.",
"homepage": "http://sstoolk.it",
"authors": {
"Sam Soffes": "sam@samsoff.es"
},
"license": "MIT",
"source": {
"git": "https://github.com/soffes/sstoolkit.git",
"tag": "1.0.1"
},
"description": "SSToolkit is a collection of well-documented iOS classes for making life easier by solving common problems all iOS developers face. Some really handy classes are SSCollectionView, SSGradientView, SSSwitch, and many more.",
"resources": "Resources",
"source_files": "SSToolkit/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true,
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"SSToolkitDefines.h\"",
"#endif"
]
}