[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 4 / Mac / 0.2.0 / Mac.podspec.json
blob3167113f80fd93ce3b9156434ccf9fb2e78c6e1f
2   "name": "Mac",
3   "version": "0.2.0",
4   "summary": "iOS framework to build offline-first mobile apps.",
5   "description": "iOS framework to build offline-first mobile apps. Create the models then have Mac handle syncing these models with your API.",
6   "homepage": "https://github.com/curiosityio/Mac",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Levi Bostian": "levi@curiosityio.com"
13   },
14   "source": {
15     "git": "https://github.com/curiosityio/Mac.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Mac/Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 3.4.0"
25     ],
26     "RxRealm": [
27       "~> 0.6.0"
28     ],
29     "RealmSwift": [
30       "~> 2.6.2"
31     ],
32     "Alamofire": [
33       "~> 4.4.0"
34     ],
35     "iOSBoilerplate": [
36       "~> 0.3.0"
37     ]
38   },
39   "pushed_with_swift_version": "3.0"