[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 2 / SOSwift / 0.1.0 / SOSwift.podspec.json
blob06f121af68625fdaff7da257affaf41e82460b49
2   "name": "SOSwift",
3   "version": "0.1.0",
4   "summary": "A swift implementation of Schema.org structured data vocabulary.",
5   "description": "Schema.org is a collaborative, community activity with a mission to create, maintain,\nand promote schemas for structured data on the Internet, on web pages, in email messages,\nand beyond. This library implements some of the core vocabulary in the Swift language.",
6   "homepage": "https://github.com/richardpiazza/SOSwift",
7   "license": "MIT",
8   "authors": {
9     "Richard Piazza": "github@richardpiazza.com"
10   },
11   "social_media_url": "https://twitter.com/richardpiazza",
12   "osx": {
13     "frameworks": "Foundation"
14   },
15   "platforms": {
16     "osx": "10.12",
17     "ios": "10.0",
18     "tvos": "10.0",
19     "watchos": "3.0"
20   },
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "tvos": {
25     "frameworks": "Foundation"
26   },
27   "watchos": {
28     "frameworks": "Foundation"
29   },
30   "source": {
31     "git": "https://github.com/richardpiazza/SOSwift.git",
32     "tag": "0.1.0"
33   },
34   "requires_arc": true,
35   "default_subspecs": "Implementation",
36   "pushed_with_swift_version": "3.0",
37   "subspecs": [
38     {
39       "name": "SchemaOnly",
40       "frameworks": "Foundation",
41       "source_files": [
42         "Sources/Schema.org/*",
43         "Sources/Schema.org/*/*"
44       ]
45     },
46     {
47       "name": "Implementation",
48       "frameworks": "Foundation",
49       "dependencies": {
50         "SOSwift/SchemaOnly": [
52         ]
53       },
54       "source_files": [
55         "Sources/Implementation/*",
56         "Sources/Implementation/*/*"
57       ]
58     }
59   ]