[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 6 / f / AFNetworking-MUResponseSerializer / 1.0.0 / AFNetworking-MUResponseSerializer.podspec.json
blob3778a9827169832a4a988e434b995933f085341a
2   "name": "AFNetworking-MUResponseSerializer",
3   "version": "1.0.0",
4   "summary": "Automatically serialize JSON response to your object model. It also works with NSManagedObjects.",
5   "homepage": "https://github.com/Ulianko/AFNetworking-MUResponseSerializer",
6   "license": {
7     "type": "LICENSE"
8   },
9   "authors": {
10     "Martin Ulianko": "martin@ulianko.com"
11   },
12   "social_media_url": "http://twitter.com/MartinUlianko",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Ulianko/AFNetworking-MUResponseSerializer.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "NSObject-MUJSONMapping": [
28     ]
29   }