blob: 8c034d76f26e5131b89f9391841041872bd2c59f [file] [log] [blame]
{
"name": "OpenGraphService",
"version": "0.1.1",
"summary": "A simple dependency injectable Open Graph parser.",
"description": "A simple dependency injectable Open Graph parser.\nRequires Kanna, PromiseKit, SwiftToolKit and ServiceRegistry",
"homepage": "https://github.com/AttilaTheFun/OpenGraphService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/OpenGraphService.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~>3.0"
],
"SwiftToolKit": [
"~>0.2.4"
],
"ServiceRegistry/API": [
"~>0.3.1"
]
},
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift"
},
{
"name": "Implementation",
"dependencies": {
"OpenGraphService/API": [
],
"Kanna": [
"~>1.0.0"
]
},
"source_files": "Pod/Implementation/*.swift"
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.3.1"
]
}
}
]
}