[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 4 / f / a / SeaseAssist / 0.0.58 / SeaseAssist.podspec.json
blob8fdde1201f512a7ad74431e64b2097f00f862602
2   "name": "SeaseAssist",
3   "version": "0.0.58",
4   "summary": "A Library of Awesome Helper classes and extensions designed to help you work quickly and effeciently during iOS Development.",
5   "description": "\"A Library of Awesome Helper classes designed to help you work quickly and effeciently during iOS Development.\nBased on the concept that we should create simple one line accessors to commonly written code, there by making our code more reusable and and readable.\"",
6   "homepage": "https://github.com/logansease/SeaseAssist",
7   "license": "MIT",
8   "authors": {
9     "Logan Sease": "lsease@ipartymobile.com"
10   },
11   "source": {
12     "git": "https://github.com/logansease/SeaseAssist.git",
13     "tag": "0.0.58"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21   },
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "CoreGraphics",
27     "SystemConfiguration",
28     "AVFoundation"
29   ]