[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 2 / 4 / SSToolkit / 1.0.3 / SSToolkit.podspec.json
blob97a2aa74c313edded634a2142d0bd3ac7d535e29
2   "name": "SSToolkit",
3   "version": "1.0.3",
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.3"
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     "MessageUI"
22   ],
23   "requires_arc": true,
24   "license": {
25     "type": "MIT",
26     "file": "LICENSE"
27   },
28   "preserve_paths": [
29     "SSToolkit.xcodeproj",
30     "Resources"
31   ],
32   "prefix_header_contents": [
33     "#ifdef __OBJC__",
34     "#import \"SSToolkitDefines.h\"",
35     "#endif"
36   ],
37   "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"