[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 8 / 6 / CSWebCache / 0.1.2 / CSWebCache.podspec.json
blobce31a90b54e427c4a635323f5f8cd0038c1abee3
2   "name": "CSWebCache",
3   "version": "0.1.2",
4   "summary": "iOS Offline Caching for Webview Content",
5   "swift_version": "4.0",
6   "platforms": {
7     "ios": "10.0"
8   },
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",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Mayur Amipara": "mayur.amipara@coruscate.co.in"
17   },
18   "source": {
19     "git": "https://github.com/Mayuramipara94/CSWebCache.git",
20     "tag": "0.1.2"
21   },
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"
25   },
26   "requires_arc": true,
27   "source_files": "CSWebCache/Classes/**/*",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto/CommonCrypto.h"
30   }