blob: a74b88875aaf4bad1eae500e96096f72f8bd8313 [file] [log] [blame]
{
"name": "AFCache",
"version": "0.0.1",
"summary": "AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance.",
"description": " AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance.\n The cache was initially written because on iOS, NSURLCache ignores NSURLCacheStorageAllowed\n and instead treats it as NSURLCacheStorageAllowedInMemoryOnly which is pretty useless for a persistent cache.\n",
"homepage": "https://github.com/artifacts/AFCache",
"license": {
"type": "Apache License, Version 2.0",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n"
},
"authors": {
"Michael Markowski": "m.markowski@artifacts.de"
},
"source": {
"git": "https://github.com/artifacts/AFCache.git",
"commit": "ca5ca130dbb097100b9501cad59d877c9806c67d"
},
"ios": {
"source_files": [
"src/iOS",
"src/shared",
"src/3rdparty/**/*.{h,m}"
]
},
"osx": {
"source_files": [
"src/OSX",
"src/shared",
"src/3rdparty/**/*.{h,m}"
]
},
"frameworks": "SystemConfiguration",
"libraries": "z",
"requires_arc": false
}