[Add] FanapPodChatSDK 1.2.12
[CocoaPods.git] / Specs / 0 / 2 / 4 / SSToolkit / 1.0.2 / SSToolkit.podspec.json
blob225ef34c5ccdd795b30686bd810661e17a42bc18
2   "name": "SSToolkit",
3   "version": "1.0.2",
4   "platforms": {
5     "ios": null
6   },
7   "summary": "A collection of well-documented iOS classes for making life easier.",
8   "homepage": "http://sstoolk.it",
9   "authors": {
10     "Sam Soffes": "sam@soff.es"
11   },
12   "source": {
13     "git": "https://github.com/soffes/sstoolkit.git",
14     "tag": "1.0.2"
15   },
16   "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.",
17   "source_files": "SSToolkit/**/*.{h,m}",
18   "frameworks": [
19     "QuartzCore",
20     "CoreGraphics"
21   ],
22   "requires_arc": true,
23   "license": {
24     "type": "MIT",
25     "file": "LICENSE"
26   },
27   "preserve_paths": [
28     "SSToolkit.xcodeproj",
29     "Resources"
30   ],
31   "prefix_header_contents": [
32     "#ifdef __OBJC__",
33     "#import \"SSToolkitDefines.h\"",
34     "#endif"
35   ],
36   "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"