blob: a7c2542e9df2b4618a1216f262783fc0b0219475 [file] [log] [blame]
{
"name": "CocoaHook",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Example of pod which installs a run script into the Xcode project",
"homepage": "https://github.com/emilienh/CocoaHook",
"authors": {
"Emilien Huet": "huet.emilien@mac.com"
},
"source": {
"git": "https://github.com/emilienh/CocoaHook.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"preserve_paths": [
"run_script.sh",
"install_run_script.rb"
],
"prepare_command": "ruby install_run_script.rb 'CocoaHook.podspec'"
}