[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / e / SnapIt / 0.1.1 / SnapIt.podspec.json
blobf02f8071a54916cb99d31655a8ac416ce3aae5f4
2   "name": "SnapIt",
3   "version": "0.1.1",
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.1"
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   "ios": {
26     "frameworks": "libsqlite3"
27   },
28   "dependencies": {
29     "Swizzlean": [
31     ]
32   }