blob: 5377754fc9fd3aa1e94f1cfb6a90ea57d59c5a19 [file] [log] [blame]
{
"name": "CinchKit",
"version": "0.2.2",
"license": "MIT",
"summary": "Cinch iOS SDK",
"homepage": "https://github.com/nifti/CinchKit",
"social_media_url": "http://twitter.com/theRyanFitz",
"authors": {
"Ryan Fitzgerald": "ryan.fitz1@gmail.com"
},
"source": {
"git": "https://github.com/nifti/CinchKit.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CinchKit/**/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"KeychainAccess": [
"~> 1.2"
]
}
}