[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / 6 / iAsyncLiteScheduler / 0.3.1 / iAsyncLiteScheduler.podspec.json
blob0eb30ce4e36fe56f3bb52b33d5875933468be55d
2   "name": "iAsyncLiteScheduler",
3   "version": "0.3.1",
4   "summary": "iAsync - A better dispatch_async(). Functional programming extensions for Objective-C.",
5   "description": "iAsyncLiteScheduler framework contains async operation definitions and scheduling core functions.",
6   "homepage": "https://github.com/iAsync/iAsyncLite",
7   "license": {
8     "type": "BSD",
9     "file": "JFFAsyncOperations.framework/Resources/LICENSE"
10   },
11   "source": {
12     "http": "https://github.com/iAsync/iAsyncLite/releases/download/v0.3/JFFAsyncOperations.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": "JFFAsyncOperations.framework",
24     "frameworks": "Foundation",
25     "libraries": [
26       "c++",
27       "stdc++"
28     ],
29     "dependencies": {
30       "iAsyncLiteUtils": [
31         "0.3.1"
32       ]
33     }
34   },
35   "public_header_files": "JFFAsyncOperations.framework/Headers/**/*.h",
36   "vendored_frameworks": "JFFAsyncOperations.framework"