blob: 867505f2cba3e4be00dad0869d900efcb9c36c63 [file] [log] [blame]
{
"name": "CinchKit",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CinchKit/**/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"SwiftyJSON": [
"~> 2.2.0"
],
"KeychainAccess": [
"~> 1.2"
]
}
}