blob: 12b3e057a304ab5a3454231df17e0ba250315d51 [file] [log] [blame]
{
"name": "OctoAPI",
"version": "0.5.0",
"summary": "Octo is a JSON API abstraction layer built on top of Alamofire for your iOS projects written in Swift 3+",
"homepage": "http://ferus.info",
"license": "MIT",
"authors": {
"Maciej Kołek": "hello@ferus.info"
},
"social_media_url": "http://twitter.com/ferusinfo",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ferusinfo/OctoAPI.git",
"tag": "0.5.0"
},
"source_files": "Sources/*/*",
"dependencies": {
"Alamofire": [
"4.7.3"
],
"Gloss": [
"2.1.1"
],
"HTMLString": [
"~> 4.0"
],
"KeychainAccess": [
"~> 3.2"
]
}
}