blob: a76bbf1f6865fb812e4eb4b62bddd733da7e1293 [file] [log] [blame]
{
"name": "XExtensionItem",
"version": "0.9.4",
"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.4"
},
"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": [
]
}
}
]
}