blob: ce107978972d8442c37810349c0b4108aedef084 [file] [log] [blame]
{
"name": "XExtensionItem",
"version": "0.1.1",
"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.1.1"
},
"source_files": "XExtensionItem/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
]
}