[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / 2 / 4 / e / OpenGraphService / 0.1.1 / OpenGraphService.podspec.json
blob8c034d76f26e5131b89f9391841041872bd2c59f
2   "name": "OpenGraphService",
3   "version": "0.1.1",
4   "summary": "A simple dependency injectable Open Graph parser.",
5   "description": "A simple dependency injectable Open Graph parser.\nRequires Kanna, PromiseKit, SwiftToolKit and ServiceRegistry",
6   "homepage": "https://github.com/AttilaTheFun/OpenGraphService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/OpenGraphService.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "PromiseKit": [
21       "~>3.0"
22     ],
23     "SwiftToolKit": [
24       "~>0.2.4"
25     ],
26     "ServiceRegistry/API": [
27       "~>0.3.1"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "API",
33       "source_files": "Pod/API/*.swift"
34     },
35     {
36       "name": "Implementation",
37       "dependencies": {
38         "OpenGraphService/API": [
40         ],
41         "Kanna": [
42           "~>1.0.0"
43         ]
44       },
45       "source_files": "Pod/Implementation/*.swift"
46     },
47     {
48       "name": "Test",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.3.1"
52         ]
53       }
54     }
55   ]