blob: 434442fc7be577c0298feb261d573e771beeea46 [file] [log] [blame]
{
"name": "PRXDownloader",
"version": "0.0.3",
"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.3"
},
"social_media_url": "https://twitter.com/dannolan",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "PRXDownloader/*.h",
"source_files": "PRXDownloader/*.{h,m}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}