blob: e9c0c63663a5067295ea2eea16b87bd3dd0d0d7d [file] [log] [blame]
{
"name": "RACaching",
"version": "0.1.0",
"summary": "RACaching is a library for cache remote resources (images, JSON, XML, etc) in-memory",
"description": "The purpose of the library is to abstract the downloading (images, pdf, zip, etc) and caching of remote resources (images, JSON, XML, etc) in-memory.",
"homepage": "https://github.com/rallahaseh/RACaching",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rallahaseh": "rallahaseh@gmail.com"
},
"source": {
"git": "https://github.com/rallahaseh/RACaching.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rallahaseh",
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": "RACaching/Classes/**/*",
"pushed_with_swift_version": "3.0"
}