blob: 44300a5b4cf465001ddde151d0538c79350f9798 [file] [log] [blame]
{
"name": "SSToolkit",
"version": "0.1.2",
"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": "0.1.2"
},
"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/SSToolkit.bundle",
"source_files": "SSToolkit/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"prefix_header_file": "Other Sources/SSToolkit_Prefix.pch",
"requires_arc": false
}