blob: 2f1bfaf857e4ff5cbab99002a7b6c1e5c18051bd [file] [log] [blame]
{
"name": "SSToolkit",
"version": "1.0.4",
"platforms": {
"ios": null
},
"summary": "A collection of well-documented iOS classes for making life easier.",
"homepage": "http://sstoolk.it",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/sstoolkit.git",
"tag": "v1.0.4"
},
"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.",
"source_files": "SSToolkit/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics",
"MessageUI"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"preserve_paths": [
"SSToolkit.xcodeproj",
"Resources"
],
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"SSToolkitDefines.h\"",
"#endif"
],
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}