[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 5 / DDTURLOperation / 1.0.0 / DDTURLOperation.podspec.json
blobd980d35343f2aa28ed18efa4967d658ee3d3cfed
2   "name": "DDTURLOperation",
3   "version": "1.0.0",
4   "summary": "A collection of useful network based, NSOperations.",
5   "description": "The following Operations are provided\n\nDDTURLDownloadOperation\nDDTURLUploadOperation\nDDTURLDataOperation",
6   "homepage": "https://github.com/TheAppCoach/DDTURLOperation",
7   "license": "MIT",
8   "authors": {
9     "mcBontempi": "mcbontempi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/TheAppCoach/DDTURLOperation.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DDTURLOperation": [
22       "Pod/Assets/*.png"
23     ]
24   }