[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / b / iAsyncLiteUtils / 0.3.1 / iAsyncLiteUtils.podspec.json
blobbf9a818d211fc1b32438bf627018183886a9be78
2   "name": "iAsyncLiteUtils",
3   "version": "0.3.1",
4   "summary": "iAsync - A better dispatch_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   "social_media_url": "https://twitter.com/dodikk88",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "ios": {
22     "requires_arc": true,
23     "preserve_paths": "JFFUtils.framework",
24     "frameworks": "Foundation",
25     "libraries": [
26       "c++",
27       "stdc++"
28     ]
29   },
30   "public_header_files": "JFFUtils.framework/Headers/**/*.h",
31   "vendored_frameworks": "JFFUtils.framework"