blob: e993af3b2cae8f83d6758144629823b8c604cfff [file] [log] [blame]
{
"name": "ActionSheetShare",
"version": "0.1",
"summary": "Clone ShareView iOS",
"homepage": "https://github.com/slecoustre/ActionSheetShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stéphane LE COUSTRE": "slecoustre@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/slecoustre/ActionSheetShare.git",
"tag": "0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"dependencies": {
"pop": [
"~> 1.0.7"
]
},
"requires_arc": false
}