[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 9 / 5 / PRXDownloader / 0.0.4 / PRXDownloader.podspec.json
blob1375ec5e3f18b09d5e4de147ba643a7a6b4fd757
2   "name": "PRXDownloader",
3   "version": "0.0.4",
4   "summary": "A super simple thread safe downloaderydoo for iOS. MADE WITH LOVE AND PUPPIES AND MAGIC",
5   "description": "                       This project is an objc version of the downloader we use at Proxima. It's a huge work in progress. I am improving it when I can give it spare time, in the time honoured tradition of open source.\n\n                       \n",
6   "homepage": "https://github.com/dannolan/PRXDownloader",
7   "license": "MIT",
8   "authors": {
9     "Dan Nolan": "dan@proxima.io"
10   },
11   "source": {
12     "git": "https://github.com/dannolan/PRXDownloader.git",
13     "tag": "0.0.4"
14   },
15   "social_media_url": "https://twitter.com/dannolan",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "PRXDownloader/*.h",
21   "source_files": "PRXDownloader/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "CoreFoundation"
25   ]