[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / 5 / 0 / b / CocoaHook / 1.0.0 / CocoaHook.podspec.json
bloba7c2542e9df2b4618a1216f262783fc0b0219475
2   "name": "CocoaHook",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Example of pod which installs a run script into the Xcode project",
9   "homepage": "https://github.com/emilienh/CocoaHook",
10   "authors": {
11     "Emilien Huet": "huet.emilien@mac.com"
12   },
13   "source": {
14     "git": "https://github.com/emilienh/CocoaHook.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "*.{h,m}",
22   "preserve_paths": [
23     "run_script.sh",
24     "install_run_script.rb"
25   ],
26   "prepare_command": "ruby install_run_script.rb 'CocoaHook.podspec'"