4 "summary": "iOS Offline Caching for Webview Content",
5 "swift_version": "4.0",
9 "description": "TODO: A Swift framework for storing entire web pages into a disk cache distinct from, but interoperable with, the standard URLCache layer. This is useful for both pre-caching web content for faster loading, as well as making web content available for offline browsing.",
10 "homepage": "https://github.com/Mayuramipara94/CSWebCache",
16 "Mayur Amipara": "mayur.amipara@coruscate.co.in"
19 "git": "https://github.com/Mayuramipara94/CSWebCache.git",
22 "pod_target_xcconfig": {
23 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/CommonCrypto/CocoaPods/iphoneos",
24 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/CommonCrypto/CocoaPods/iphonesimulator"
27 "source_files": "CSWebCache/Classes/**/*",
29 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto/CommonCrypto.h"