[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / f / STMQuickRestKit / 0.2.0 / STMQuickRestKit.podspec.json
blob9a929adb41e9fdf6fa16df05d60406ae397d1ffa
2   "name": "STMQuickRestKit",
3   "version": "0.2.0",
4   "summary": "RestKit and MagicalRecord wrapper for quick project setup",
5   "description": "RestKit and MagicalRecord wrapper for quick project setup and mapping configuration.",
6   "homepage": "https://github.com/stefanomondino/SMTQuickRestKit.git",
7   "license": "MIT",
8   "authors": {
9     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stefanomondino/SMTQuickRestKit.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/puntoste",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/*.{h,m}",
21   "dependencies": {
22     "RestKit": [
24     ],
25     "MagicalRecord": [
27     ]
28   }