[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / 8 / 9 / 6 / WYWebResource / 0.0.1 / WYWebResource.podspec.json
blob4e522ca5fd77dc948a8d6f994b7d8625702b3b31
2   "name": "WYWebResource",
3   "version": "0.0.1",
4   "summary": "Download and unzip resource from web server.",
5   "homepage": "https://github.com/wyanassert/WYWebResource",
6   "license": "MIT",
7   "authors": {
8     "wyanassert": "wyanassert@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/wyanassert",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wyanassert/WYWebResource.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Core",
20     "Core/**/*.{h,m}"
21   ],
22   "public_header_files": "Core/**/*.h",
23   "dependencies": {
24     "SSZipArchive": [
26     ],
27     "AFNetworking": [
29     ]
30   }