[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / Conche / 1.0.2 / Conche.podspec.json
blobf5c4aa3e9ebdd5dd4e73df887fb963a05b566384
2   "name": "Conche",
3   "version": "1.0.2",
4   "summary": "A lightweight Objective-C state machine framework",
5   "description": "Conche is a lightweight framework for implementing state machines in Objective-C.  It is designed with the following goals in mind:\n\n- High scalability via non-blocking design.\n- Precise control of the state machine class via its `resume`, `suspend`, and `invalidate` methods.\n- Flexibility through subclassing.\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.2"
20   },
21   "source_files": "Conche/*.{h,m}",
22   "requires_arc": true