[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 4 / 2 / Mattress / 1.0.3 / Mattress.podspec.json
blob15598cf82929bd569c3b27ed6275849b4677cd04
2   "name": "Mattress",
3   "version": "1.0.3",
4   "license": "MIT",
5   "summary": "iOS Offline Caching for Web Content",
6   "homepage": "https://github.com/buzzfeed/mattress",
7   "social_media_url": "http://twitter.com/buzzfeed",
8   "authors": {
9     "David Mauro": "david.mauro@buzzfeed.com",
10     "Kevin Lord": "kevin.lord@buzzfeed.com"
11   },
12   "source": {
13     "git": "https://github.com/buzzfeed/mattress.git",
14     "tag": "1.0.3"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": [
20     "Source/*.swift",
21     "Source/Extensions/*.swift"
22   ],
23   "preserve_paths": "CommonCrypto/*",
24   "xcconfig": {
25     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/Mattress/CommonCrypto/iphoneos",
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/Mattress/CommonCrypto/iphonesimulator",
27     "SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/Mattress/CommonCrypto/macosx"
28   },
29   "requires_arc": true