blob: 750a93267dcf87619515d6c4e3fc72be317e61ca [file] [log] [blame]
{
"name": "PRXDownloader",
"version": "0.0.6",
"summary": "A super simple thread safe downloaderydoo for iOS. MADE WITH LOVE AND PUPPIES AND MAGIC",
"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",
"homepage": "https://github.com/dannolan/PRXDownloader",
"license": "MIT",
"authors": {
"Dan Nolan": "dan@proxima.io"
},
"source": {
"git": "https://github.com/dannolan/PRXDownloader.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/dannolan",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}