blob: 1a2a8a091815db90615d28f8fec4330581a19893 [file] [log] [blame]
{
"name": "iAsyncLiteUtils",
"version": "0.3",
"summary": "iAsync - A better dispathc_async(). Functional programming extensions for Objective-C. ",
"description": "iAsyncLiteUtils contains FP extensions for NSArray and NSDictionary classes. The API has been inspired by Ruby collections and C# linq",
"homepage": "https://github.com/iAsync/iAsyncLite",
"license": {
"type": "BSD",
"file": "JFFUtils.framework/Resources/LICENSE"
},
"source": {
"http": "https://github.com/iAsync/iAsyncLite/releases/download/v0.3/JFFUtils.framework.zip"
},
"authors": {
"Alexander Dodatko": "dodikk88.tutor@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "JFFUtils.framework",
"frameworks": "Foundation",
"libraries": [
"c++",
"stdc++"
]
},
"public_header_files": "JFFUtils.framework/Headers/**/*.h",
"vendored_frameworks": "JFFUtils.framework"
}