blob: 4c638e0c987a522db5fe23d3d1aea61a530c1aeb [file] [log] [blame]
{
"name": "ATShareView",
"version": "0.1.0",
"summary": "Social share view",
"homepage": "https://github.com/ablettchen/ATShareView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ablett": "ablettchen@gmail.com"
},
"source": {
"git": "https://github.com/ablettchen/ATShareView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ablettchen",
"platforms": {
"ios": "8.0"
},
"source_files": "ATShareView/**/*.{h,m}",
"public_header_files": "ATShareView/**/*.{h}",
"resources": "ATShareView/ATShareView.bundle",
"requires_arc": true,
"dependencies": {
"ATShare": [
],
"ATPopupView": [
]
}
}