blob: 8429aaea85f661ec2fcce11da3bb95b5372b2e94 [file] [log] [blame]
{
"name": "AsyncStarterKit",
"version": "1.0.1",
"summary": "A starter Kit for those who want to have a quick start with PromiseKit and ObjectMapper",
"homepage": "https://github.com/jonasman/AsyncStarterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joao Nunes": "joao3001@hotmail.com"
},
"social_media_url": "https://twitter.com/jonas2man",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jonasman/AsyncStarterKit.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.1"
]
}
}