blob: 372efaef124223a2e9145f7b8c22040997850e1e [file] [log] [blame]
{
"name": "Representor",
"version": "0.7.1",
"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": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/the-hypermedia-project/representor-swift.git",
"tag": "0.7.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": [
"Representor/*.{swift,h}",
"Representor/Builder/*.swift",
"Representor/HTTP/HTTPTransition{,Builder}.swift",
"Representor/HTTP/HTTPDeserialization.swift",
"Representor/HTTP/Adapters/HTTPHALAdapter.swift",
"Representor/HTTP/Adapters/HTTPSirenAdapter.swift",
"Representor/HTTP/APIBlueprint/*.swift"
]
}