[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 5 / 7 / YapModel / 1.1.0 / YapModel.podspec.json
blob59d36db73bfa28031f4a75e9bcd48838e91d1e3b
2   "name": "YapModel",
3   "version": "1.1.0",
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.",
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   },
14   "social_media_url": "http://twitter.com/siuying",
15   "platforms": {
16     "ios": "6.1",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/siuying/YapModel.git",
21     "tag": "1.1.0"
22   },
23   "source_files": "YapModel/Classes/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "YapDatabase": [
27       ">= 2.8.3"
28     ],
29     "AutoCoding": [
30       "~> 2.2"
31     ],
32     "libextobjc": [
34     ]
35   }