[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / d / 5 / 7 / YapModel / 0.7.0 / YapModel.podspec.json
blob0c9ccb674c7e4fb4512f0ec4bf85a998fd94fe34
2   "name": "YapModel",
3   "version": "0.7.0",
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",
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": "0.7.0"
22   },
23   "source_files": "YapModel/Classes/**/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "YapDatabase": [
27       ">= 2.4"
28     ],
29     "AutoCoding": [
30       ">= 2.2"
31     ],
32     "libextobjc": [
34     ]
35   }