[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 2 / e / SnapIt / 0.1.3 / SnapIt.podspec.json
blob82c7b569e9b3f695b6afabc562b363fd366c0ea0
2   "name": "SnapIt",
3   "version": "0.1.3",
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.3"
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   "dependencies": {
26     "AFNetworking": [
28     ]
29   }