blob: efad11ed813f2be8d3792e47ed9cf9686a8fa7a0 [file] [log] [blame]
{
"name": "DTWebArchive",
"version": "0.0.2",
"summary": "A lightweight class to allow interaction with the WebArchive Pasteboard type used by Apple's iOS apps",
"homepage": "https://github.com/Cocoanetics/DTWebArchive",
"authors": {
"Oliver Drobnik": "oliver@cocoanetics.com"
},
"documentation_url": "https://docs.cocoanetics.com/DTWebArchive/",
"social_media_url": "https://twitter.com/Cocoanetics",
"source": {
"git": "https://github.com/Cocoanetics/DTWebArchive.git",
"tag": "0.0.2"
},
"license": "BSD",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "Core/Source/*.{h,m}"
},
{
"name": "iOS",
"platforms": {
"ios": "6.0"
},
"dependencies": {
"DTWebArchive/Core": [
]
},
"source_files": "Core/Source/iOS/*.{h,m}"
}
]
}