blob: b8679841304c8eac3c399d1f5b73bd24367141d9 [file] [log] [blame]
{
"name": "XExtensionItem",
"version": "0.9.3",
"summary": "Easier sharing between iOS applications and share extensions.",
"authors": {
"Bryan Irace": "bryan@irace.me"
},
"homepage": "https://github.com/tumblr/XExtensionItem",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/tumblr/XExtensionItem.git",
"tag": "0.9.3"
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"source_files": "XExtensionItem/*.{h,m}",
"public_header_files": "XExtensionItem/*.h"
},
{
"name": "Tumblr",
"source_files": "XExtensionItem/Custom/Tumblr/*.{h,m}",
"public_header_files": "XExtensionItem/Custom/Tumblr/*.h",
"dependencies": {
"XExtensionItem/Core": [
]
}
}
]
}