[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 2 / e / SnapIt / 0.1.0 / SnapIt.podspec.json
blobad33897744a904250bf8716e2b0911335add3531
2   "name": "SnapIt",
3   "version": "0.1.0",
4   "summary": "A Core Data Lite alternative built using Ruby like syntax.",
5   "description": "                       * A Core Data Lite alternative for persistent storage of your objects. Use intuitive commands like \"where\" and \"save\" to fetch models or persist data. The syntax is based off of Active Record from Ruby on Rails.\n",
6   "homepage": "https://github.com/zniazi/SnapIt",
7   "license": "MIT",
8   "authors": {
9     "Zak Niazi": "zniazi1029@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/zniazi/SnapIt.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "resource_bundles": {
21     "SnapIt": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "libsqlite3",
26   "dependencies": {
27     "Swizzlean": [
29     ]
30   }