blob: 0eb30ce4e36fe56f3bb52b33d5875933468be55d [file] [log] [blame]
{
"name": "iAsyncLiteScheduler",
"version": "0.3.1",
"summary": "iAsync - A better dispatch_async(). Functional programming extensions for Objective-C.",
"description": "iAsyncLiteScheduler framework contains async operation definitions and scheduling core functions.",
"homepage": "https://github.com/iAsync/iAsyncLite",
"license": {
"type": "BSD",
"file": "JFFAsyncOperations.framework/Resources/LICENSE"
},
"source": {
"http": "https://github.com/iAsync/iAsyncLite/releases/download/v0.3/JFFAsyncOperations.framework.zip"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"social_media_url": "https://twitter.com/dodikk88",
"platforms": {
"ios": "6.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "JFFAsyncOperations.framework",
"frameworks": "Foundation",
"libraries": [
"c++",
"stdc++"
],
"dependencies": {
"iAsyncLiteUtils": [
"0.3.1"
]
}
},
"public_header_files": "JFFAsyncOperations.framework/Headers/**/*.h",
"vendored_frameworks": "JFFAsyncOperations.framework"
}