blob: 07fbc94bd0cdf99dcbffc96536d17d55e77aaaa9 [file] [log] [blame]
{
"name": "MondoKit",
"version": "0.1.7",
"summary": "MondoKit is a Swift framework wrapping the Mondo API at https://getmondo.co.uk/docs/",
"homepage": "https://github.com/pollarm/MondoKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Pollard": "mikeypollard@me.com"
},
"social_media_url": "http://twitter.com/mikeypollard1",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pollarm/MondoKit.git",
"tag": "0.1.7"
},
"source_files": "MondoKit/**/*.{h,swift}",
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
],
"SwiftyJSONDecodable": [
"~> 0.1"
],
"Alamofire": [
"~> 3.0"
],
"KeychainAccess": [
]
}
}