[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / b / iAsyncLiteUtils / 0.3 / iAsyncLiteUtils.podspec.json
blob1a2a8a091815db90615d28f8fec4330581a19893
2   "name": "iAsyncLiteUtils",
3   "version": "0.3",
4   "summary": "iAsync - A better dispathc_async(). Functional programming extensions for Objective-C. ",
5   "description": "iAsyncLiteUtils contains FP extensions for NSArray and NSDictionary classes. The API has been inspired by Ruby collections and C# linq",
6   "homepage": "https://github.com/iAsync/iAsyncLite",
7   "license": {
8     "type": "BSD",
9     "file": "JFFUtils.framework/Resources/LICENSE"
10   },
11   "source": {
12     "http": "https://github.com/iAsync/iAsyncLite/releases/download/v0.3/JFFUtils.framework.zip"
13   },
14   "authors": {
15     "Alexander Dodatko": "dodikk88.tutor@gmail.com"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "ios": {
21     "requires_arc": true,
22     "preserve_paths": "JFFUtils.framework",
23     "frameworks": "Foundation",
24     "libraries": [
25       "c++",
26       "stdc++"
27     ]
28   },
29   "public_header_files": "JFFUtils.framework/Headers/**/*.h",
30   "vendored_frameworks": "JFFUtils.framework"