[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / e / b / Apex / 4.0.2 / Apex.podspec.json
blobc8cd923740453b4ee06c7f44fa00abe1155fb8f5
2   "name": "Apex",
3   "version": "4.0.2",
4   "platforms": {
5     "ios": "9.3"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "A Swift model management library with async capability built in.",
12   "homepage": "https://github.com/dtartaglia/Apex",
13   "authors": {
14     "Daniel Tartaglia": "danielt1263@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/dtartaglia/Apex.git",
18     "tag": "4.0.2"
19   },
20   "description": "A model/state management library inspired by Redux but with async capability built into the model through the use of Command objects.",
21   "source_files": "Apex/*.swift",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "pushed_with_swift_version": "3.1"