[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 3 / f / Sculptor / 0.2.2 / Sculptor.podspec.json
blobac03aed6a10a119a326c2d480e954a70a16eb950
2   "name": "Sculptor",
3   "version": "0.2.2",
4   "summary": "An AFNetworking response serializer for Mantle.",
5   "homepage": "https://github.com/dcaunt/Sculptor",
6   "license": "MIT",
7   "authors": {
8     "David Caunt": "dcaunt@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/dcaunt/Sculptor.git",
12     "tag": "0.2.2"
13   },
14   "source_files": "Sculptor",
15   "frameworks": "Foundation",
16   "platforms": {
17     "ios": "6.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ],
25     "Mantle": [
26       "~> 1.0"
27     ]
28   }