[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 3 / ReflectionDatabase / 1.1 / ReflectionDatabase.podspec.json
blob18c59f14a689eaf1a02ca4fea8fda353221cd094
2   "name": "ReflectionDatabase",
3   "version": "1.1",
4   "summary": "SQLite library for iOS using reflection",
5   "description": "SQLite library for iOS using reflection written on Objective C. The central ideia is to simplify the creation of DAO classes, and no need for complex configurations",
6   "homepage": "https://github.com/JoaoMarra/ReflectionIosDao",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JoaoMarra": "silvamarraster@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JoaoMarra/ReflectionIosDao.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReflectionDatabase/Classes/**/*"