[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / c / 7 / SimpleSync / 0.1.2 / SimpleSync.podspec.json
blobeee180206d98e00534ec64d884070f7d9962309c
2   "name": "SimpleSync",
3   "version": "0.1.2",
4   "summary": "SimpleSync is a library that can be used to sync core data values with server database using REST API.",
5   "description": "SimpleSync is a library that can be used to sync CoreData with server database using REST API. This makes displaying values in a UITableView very easy using NSFetchedResultsController.",
6   "homepage": "https://github.com/NicholasMata/SimpleSync",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NicholasMata": "NicholasMata94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NicholasMata/SimpleSync.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SimpleSync/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.3"
26     ]
27   },
28   "pushed_with_swift_version": "3"