blob: d75c18c94b0a5680cb98f5d5c8f2f51e84750bf5 [file] [log] [blame]
{
"name": "AsyncStarterKit",
"version": "1.0.0",
"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.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"PromiseKit/CorePromise": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.1"
]
}
}