[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 2 / 7 / DTWebArchive / 0.0.2 / DTWebArchive.podspec.json
blobefad11ed813f2be8d3792e47ed9cf9686a8fa7a0
2   "name": "DTWebArchive",
3   "version": "0.0.2",
4   "summary": "A lightweight class to allow interaction with the WebArchive Pasteboard type used by Apple's iOS apps",
5   "homepage": "https://github.com/Cocoanetics/DTWebArchive",
6   "authors": {
7     "Oliver Drobnik": "oliver@cocoanetics.com"
8   },
9   "documentation_url": "https://docs.cocoanetics.com/DTWebArchive/",
10   "social_media_url": "https://twitter.com/Cocoanetics",
11   "source": {
12     "git": "https://github.com/Cocoanetics/DTWebArchive.git",
13     "tag": "0.0.2"
14   },
15   "license": "BSD",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "platforms": {
25         "ios": "6.0",
26         "osx": "10.8"
27       },
28       "source_files": "Core/Source/*.{h,m}"
29     },
30     {
31       "name": "iOS",
32       "platforms": {
33         "ios": "6.0"
34       },
35       "dependencies": {
36         "DTWebArchive/Core": [
38         ]
39       },
40       "source_files": "Core/Source/iOS/*.{h,m}"
41     }
42   ]