[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / d / e / YapModel@alt / 0.8.8 / YapModel@alt.podspec.json
blob185f47217e1f6206971cc7ef3c11f3cc2f40e1f6
2   "name": "YapModel@alt",
3   "version": "0.8.8",
4   "summary": "YapModel is a DSL for working with YapDatabase.",
5   "description": "YapModel is a DSL for working with YapDatabase.\nThe syntax is borrowed from Ruby on Rails and inspired by ObjectiveRecord.\nAlternative fork with more fancy add ons.",
6   "homepage": "https://github.com/BluechipSystems/YapModel.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Francis Chong": "francis@ignition.hk",
13     "Aleksei Shevchenko": "i.am.skeeet@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/BluechipSystems/YapModel.git",
21     "tag": "0.8.8"
22   },
23   "source_files": "source/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "YapDatabase/SQLCipher": [
27       "~> 2.9"
28     ],
29     "AutoCoding": [
30       "~> 2.2"
31     ],
32     "libextobjc": [
34     ]
35   }