blob: a271fc0a9ee567eb1fe3a370b815bdffdd568f65 [file] [log] [blame]
{
"name": "Crypper",
"version": "0.1.0",
"summary": "A crypto wrapper for iOS projects.",
"homepage": "https://github.com/daniochouno/Crypper-iOS",
"license": "MIT",
"authors": {
"Daniel Martinez": "dmartinez@danielmartinez.info"
},
"source": {
"git": "https://github.com/daniochouno/Crypper-iOS.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/dmartinezinfo",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"Crypper": [
"Pod/Assets/*.png"
]
}
}