blob: 56a34092d91c7cd6bebbb6da2199f5e5b27f25d0 [file] [log] [blame]
{
"name": "GithubSwift",
"summary": "Unofficial Github API client in Swift",
"version": "0.5.0",
"homepage": "https://github.com/onmyway133/Github.swift",
"license": "MIT",
"authors": {
"Khoa Pham": "onmyway133@gmail.com"
},
"source": {
"git": "https://github.com/onmyway133/Github.swift.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/onmyway133",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*"
},
"osx": {
"source_files": "Sources/**/*"
},
"dependencies": {
"Tailor": [
],
"RxSwift": [
"~> 2.4"
],
"Alamofire": [
"~> 3.3"
],
"ISO8601": [
"~> 0.5"
],
"Construction": [
]
}
}