[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 8 / AACoreData / 1.0 / AACoreData.podspec.json
blob3dcca219b24e53c18c5adc539f0066bb7a4524de
2   "name": "AACoreData",
3   "version": "1.0",
4   "summary": "AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for `CRUD` operations using CoreData in Swift.",
5   "description": "AACoreData is a lightweight data persistence wrapper designed to provide an easier solution for `CRUD` operations using `CoreData`, written in Swift. It provides a singleton instance to access `CoreData` objects anywhere in the code and uses 'value types' to define `CoreData` entities.",
6   "homepage": "https://github.com/EngrAhsanAli/AACoreData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Engr. Ahsan Ali": "hafiz.m.ahsan.ali@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/EngrAhsanAli/AACoreData.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AACoreData/Classes/**/*"