blob: a6a220c1330df48e7bb528fdac71e38e5ee3595e [file] [log] [blame]
{
"name": "XExtensionItem",
"version": "0.2.0",
"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.2.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/*.{h,m}"
},
{
"name": "Tumblr",
"source_files": "Pod/Classes/Custom/Tumblr/*.{h,m}",
"dependencies": {
"XExtensionItem/Core": [
]
}
}
]
}