[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / 2 / 4 / SSToolkit / 1.0.1 / SSToolkit.podspec.json
blob9de55fc32fe0c355000fdf11151e933899c3f5a7
2   "name": "SSToolkit",
3   "version": "1.0.1",
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@samsoff.es"
11   },
12   "license": "MIT",
13   "source": {
14     "git": "https://github.com/soffes/sstoolkit.git",
15     "tag": "1.0.1"
16   },
17   "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.",
18   "resources": "Resources",
19   "source_files": "SSToolkit/**/*.{h,m}",
20   "frameworks": [
21     "QuartzCore",
22     "CoreGraphics"
23   ],
24   "requires_arc": true,
25   "prefix_header_contents": [
26     "#ifdef __OBJC__",
27     "#import \"SSToolkitDefines.h\"",
28     "#endif"
29   ]