[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / c / d / e / YapModel@alt / 0.8.1 / YapModel@alt.podspec.json
blob815adc09bfd3a61fe0829aea2601796041aa1675
2   "name": "YapModel@alt",
3   "version": "0.8.1",
4   "summary": "YapModel is a DSL for working with YapDatabase.",
5   "description": "                   YapModel is a DSL for working with YapDatabase.\n                   The syntax is borrowed from Ruby on Rails and inspired by ObjectiveRecord.\n                   Alternative fork with more fancy add ons.\n",
6   "homepage": "https://github.com/siuying/YapModel",
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/skeeet/YapModel.git",
21     "tag": "0.8.1"
22   },
23   "source_files": "source/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "YapDatabase/SQLCipher": [
27       "~> 2.6"
28     ],
29     "AutoCoding": [
30       "~> 2.2"
31     ],
32     "libextobjc": [
34     ]
35   }