[Add] Split 3.1.0
[CocoaPods.git] / Specs / d / 2 / 7 / EasyDAO / 0.1.0 / EasyDAO.podspec.json
blob1c79b9aa4529f8a4a4df1c5eed27860377b98773
2   "name": "EasyDAO",
3   "version": "0.1.0",
4   "summary": "Library implements dao pattern for Realm and Core Data for iOS",
5   "description": "This library allows you to implement the DAO pattern in the application",
6   "homepage": "https://github.com/ton252/EasyDAO",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ton252": "tonwork252@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ton252/EasyDAO.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "EasyDAO/Classes/**/*",
22   "frameworks": "CoreData",
23   "dependencies": {
24     "RealmSwift": [
26     ]
27   },
28   "pushed_with_swift_version": "3.0"