blob: b0ed07d648cf3b136162f4078d61aee5ba79e306 [file] [log] [blame]
{
"name": "GithubSwift",
"summary": "Unofficial Github API client in Swift",
"version": "0.4.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.4.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"
]
}
}