[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / 1 / 3 / Conche / 1.0.4 / Conche.podspec.json
blob794301810c1d6842725e5c5cfc7fb2ceaf353c17
2   "name": "Conche",
3   "version": "1.0.4",
4   "summary": "A toolbox for implementing asynchronous logic in Objective-C",
5   "description": "Good asynchonous design is difficult to implement but rewarding when done well. Enter Conche, an Objective-C toolbox designed to help you implement your asynchronous logic.\n",
6   "authors": {
7     "Dan Stenmark": "daniel.j.stenmark@gmail.com"
8   },
9   "license": {
10     "type": "MIT"
11   },
12   "homepage": "https://github.com/djs-code/Conche",
13   "platforms": {
14     "ios": "4.0",
15     "osx": "10.6"
16   },
17   "source": {
18     "git": "https://github.com/djs-code/Conche.git",
19     "tag": "1.0.4"
20   },
21   "source_files": "Conche/*.{h,m}",
22   "requires_arc": true