[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / c / b / Chains / 0.1.0 / Chains.podspec.json
blob5ead7a8115e5e4cd67c2f4f7def4630f4f4bd8a9
2   "name": "Chains",
3   "version": "0.1.0",
4   "summary": "chain action implement on InterfaceBuilder. example animation create easy.",
5   "description": "                    chain action implement on InterfaceBuilder.\n                    - nested actions.\n                    - do sync and async actions .\n",
6   "homepage": "https://github.com/nyankichi820/Chains",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "requires_arc": true,
12   "authors": {
13     "masafumi yoshida": "masafumi.yoshida820@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/nyankichi820/Chains.git",
20     "tag": "0.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ]