blob: a82cca55671ceb20ed845757e4d92135e6eeccde [file] [log] [blame]
{
"name": "async_utility",
"version": "1.0.0",
"summary": "Utility framework which provides asynchronous working to help processing background tasks.",
"description": "Async is a utility framework which provides asynchronous working to help processing background tasks without blocking the UI. It is inspired by Javascript module https://github.com/caolan/async.",
"homepage": "https://github.com/isanjosgon/asyncpod.git",
"license": "MIT",
"authors": {
"Isra San Jose Gonzalez": "isanjosgon@gmail.com"
},
"source": {
"git": "https://github.com/isanjosgon/asyncpod.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/isanjosgon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"async": [
"Pod/Assets/*.png"
]
}
}