[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 5 / 6 / e / SuperView / 1.0.0 / SuperView.podspec.json
blobc7339d230f4c5954ed4a176b67446d5a8a85a56d
2   "name": "SuperView",
3   "version": "1.0.0",
4   "summary": "SuperView allows you to wrap your website in a super simple iOS app.",
5   "description": "SuperView iOS SDK provides a library that makes it easy for an iOS developer to wrap his website in a super simple iOS app.",
6   "homepage": "https://github.com/brommko/SuperView",
7   "license": "MIT",
8   "authors": {
9     "Brommko LLC": "brommko@yahoo.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/brommko/SuperView.git",
16     "branch": "master",
17     "tag": "1.0.0"
18   },
19   "weak_frameworks": "UIKit",
20   "static_framework": true,
21   "requires_arc": true,
22   "source_files": "Frameworks/**/*.{h}",
23   "ios": {
24     "public_header_files": "Frameworks/**/*.{h}",
25     "vendored_frameworks": "Frameworks/*.{framework}"
26   },
27   "dependencies": {
28     "GCDWebServer": [
29       "~> 3.0"
30     ]
31   }