blob: b793fb7b6e6b334ae1828e5b2205173543c4aca2 [file] [log] [blame]
{
"name": "GithubSwift",
"summary": "Unofficial Github API client in Swift",
"version": "0.1.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.1.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": [
"~> 0.7"
],
"RxSwift": [
"~> 2.4"
],
"Alamofire": [
"~> 3.3"
],
"ISO8601": [
"~> 0.5"
]
}
}