blob: 634d03b080a6caf72dbf29a325dfb4f8ccb67985 [file] [log] [blame]
{
"name": "JMCrashIfResign",
"version": "0.1.0",
"summary": "JMCrashIfResign is a way to protect your application against bad usage...",
"description": " This lib use a mobile provisionning parser to extract the registered TeamIdentifier.\n Will execute exit(0) to stop the application.\n",
"homepage": "https://github.com/leverdeterre/JMCrashIfResign",
"license": "MIT",
"authors": {
"Jerome Morissard": "morissardj@gmail.com"
},
"source": {
"git": "https://github.com/leverdeterre/JMCrashIfResign.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/leverdeterre",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JMCrashIfResign": [
"Pod/Assets/*.png"
]
}
}