[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 2 / 7 / EasyDAO / 0.1.2 / EasyDAO.podspec.json
blob5bd79998ee1062a8d589ead3cce918495a895f93
2   "name": "EasyDAO",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "EasyDAO/Classes/**/*",
22   "frameworks": [
23     "CoreData",
24     "Foundation"
25   ],
26   "dependencies": {
27     "RealmSwift": [
29     ]
30   },
31   "pushed_with_swift_version": "3.0"