blob: fcae6457dd8d92ac133ed422a6540b47f27be9b6 [file] [log] [blame]
{
"name": "iAsyncLiteTimer",
"version": "0.3.1",
"summary": "iAsync - A better dispatch_async(). Functional programming extensions for Objective-C.",
"description": "iAsyncLiteTimer framework contains Timer wrapper classes that are integrated with the iAsyncLiteScheduler framework.",
"homepage": "https://github.com/iAsync/iAsyncLite",
"license": {
"type": "BSD",
"file": "JFFScheduler.framework/Resources/LICENSE"
},
"source": {
"http": "https://github.com/iAsync/iAsyncLite/releases/download/v0.3/JFFScheduler.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": "JFFScheduler.framework",
"frameworks": "Foundation",
"libraries": [
"c++",
"stdc++"
],
"dependencies": {
"iAsyncLiteUtils": [
"0.3.1"
],
"iAsyncLiteScheduler": [
"0.3.1"
]
}
},
"public_header_files": "JFFScheduler.framework/Headers/**/*.h",
"vendored_frameworks": "JFFScheduler.framework"
}