blob: 96bb3d70d0c125e45a9b0cae6e1df8919a26a1aa [file] [log] [blame]
{
"name": "Representor",
"version": "0.2.0",
"summary": "A canonical resource object interface in Swift.",
"homepage": "https://github.com/the-hypermedia-project/representor-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "inbox@kylefuller.co.uk"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/the-hypermedia-project/representor-swift.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Representor/*.{swift,h}",
"Representor/Builder/*.swift"
]
},
{
"name": "HTTP",
"subspecs": [
{
"name": "Transition",
"dependencies": {
"Representor/Core": [
]
},
"source_files": "Representor/HTTP/HTTPTransition{,Builder}.swift"
},
{
"name": "Deserialization",
"dependencies": {
"Representor/HTTP/Transition": [
],
"Representor/HTTP/Adapters/HAL": [
],
"Representor/HTTP/Adapters/Siren": [
]
},
"source_files": "Representor/HTTP/HTTPDeserialization.swift"
},
{
"name": "Adapters",
"subspecs": [
{
"name": "HAL",
"dependencies": {
"Representor/HTTP/Transition": [
]
},
"source_files": "Representor/HTTP/Adapters/HTTPHALAdapter.swift"
},
{
"name": "Siren",
"dependencies": {
"Representor/HTTP/Transition": [
]
},
"source_files": "Representor/HTTP/Adapters/HTTPSirenAdapter.swift"
},
{
"name": "APIBlueprint",
"dependencies": {
"Representor/HTTP/Transition": [
]
},
"source_files": "Representor/HTTP/APIBlueprint/*.swift"
}
]
},
{
"name": "Alamofire",
"dependencies": {
"Alamofire": [
],
"URITemplate": [
],
"Representor/HTTP/Transition": [
]
},
"source_files": "Representor/HTTP/HTTPRequest.swift"
}
]
}
]
}