blob: ac970915c5304884f921b712cb4d0bffcee9ac37 [file] [log] [blame]
{
"name": "Gramophone",
"version": "1.0",
"summary": "Gramophone is a swifty wrapper of the Instagram API",
"homepage": "https://github.com/jverdi/Gramophone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Verdi": "jared@jaredverdi.com"
},
"social_media_url": "http://twitter.com/jverdi",
"source": {
"git": "https://github.com/jverdi/Gramophone.git",
"tag": "1.0"
},
"source_files": [
"Source/*.swift",
"Source/Client/*.swift",
"Source/Model/*.swift",
"Source/Resources/*.swift"
],
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Result": [
"~> 3.2"
],
"Decodable": [
"~> 0.5"
]
},
"pushed_with_swift_version": "3.1"
}