[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / a / 9 / 5 / PRXDownloader / 0.0.8 / PRXDownloader.podspec.json
blob4d08db53abf44448dc3732616cbc58b43090f3d1
2   "name": "PRXDownloader",
3   "version": "0.0.8",
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.8"
14   },
15   "social_media_url": "https://twitter.com/dannolan",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/Classes/*.h",
21   "source_files": "Pod/Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "CoreFoundation"
25   ]