blob: 7e55a301445817b5cb87727dfc777d85761963e1 [file] [log] [blame]
{
"name": "Grouper",
"version": "1.1",
"summary": "A framework for Developing iOS app using Secret Sharing and untrusted servers.",
"description": "# Features\n- Easy Group Management.\n- Protected Data Synchronization.",
"homepage": "https://github.com/lm2343635/Grouper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Meng Li": "lm2343635@126.com"
},
"social_media_url": "http://fczm.pw",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lm2343635/Grouper.git",
"tag": "1.1"
},
"source_files": "Core/**/*.{h,m,c,swift}",
"resource_bundles": {
"Grouper": [
"Core/**/*.{storyboard,xib,xcassets}"
]
},
"requires_arc": true,
"dependencies": {
"Sync": [
"~> 3"
],
"AFNetworking": [
"~> 3"
]
},
"pushed_with_swift_version": "3.1"
}