[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / c / 2 / DSUnixTask / 0.1.1 / DSUnixTask.podspec.json
blob5bf1c9270f11ee9019379a2dd642ceef5d8f54b8
2   "name": "DSUnixTask",
3   "version": "0.1.1",
4   "summary": "Launch and interact with awesome looking UNIX tasks.",
5   "description": "                      DSUnixTask is a library for Mac OS X which allows to launch and interact with awesome looking UNIX tasks.\n\n                      Features:\n\n                      - Simple interface based on blocks.\n                      - Process standard output and standard error in real-time.\n                      - Easily send messages to standard input.\n                      - Execute tasks either as sub-processes or through an XPC service.\n                      - Execute throughout the user shell.\n                      - Logging.\n",
6   "homepage": "https://github.com/Discontinuity-srl/DSUnixTask",
7   "license": "MIT",
8   "authors": {
9     "Fabio Pelosin": "fabiopelosin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Discontinuity-srl/DSUnixTask.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "osx": "10.8"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Classes/Core/DSUnixTaskInterfaces.h",
23       "subspecs": [
24         {
25           "name": "TaskManagers",
26           "source_files": "Classes/Core/TaskManagers/*.{h,m}"
27         },
28         {
29           "name": "TaskRunner",
30           "source_files": "Classes/Core/TaskRunner/*.{h,m}"
31         },
32         {
33           "name": "Tasks",
34           "source_files": "Classes/Core/Tasks/*.{h,m}"
35         }
36       ]
37     },
38     {
39       "name": "XPCClient",
40       "source_files": "Classes/XPCClient/*.{h,m}",
41       "dependencies": {
42         "DSUnixTask/Core": [
44         ]
45       }
46     },
47     {
48       "name": "XPCService",
49       "source_files": "Classes/XPCService/*.{h,m}",
50       "dependencies": {
51         "DSUnixTask/Core/TaskRunner": [
53         ]
54       }
55     }
56   ]