[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / b / e / 4 / VLFramework / 0.0.1 / VLFramework.podspec.json
blob0505f5bc69e3f2b0af458fb4fd8cd2d74dad572a
2   "name": "VLFramework",
3   "version": "0.0.1",
4   "summary": "VLFramework is a library for a simple and faster MVC approach.",
5   "homepage": "https://github.com/Valensas/VLFramework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Deniz Adalar": "deniz@valensas.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/Valensas/VLFramework.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "VLFramework",
22     "VLFramework/**/*.{h,m}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0.3"
28     ],
29     "jastor": [
30       "~> 0.2.0"
31     ],
32     "JRSwizzle": [
33       "~> 1.0"
34     ]
35   }