[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / b / HHUIImageNamed / 1.0.0 / HHUIImageNamed.podspec.json
blob1a506e8f78c87463c5ab7ed926d762c9848baa94
2   "name": "HHUIImageNamed",
3   "version": "1.0.0",
4   "summary": "Drop-in style Image File Name tracking debug tool",
5   "description": "HHUIImageNamed is drop-in style debugging tool to track image's file name when we use +[UIImage imageNamed], -[UIImage imageWithContentsOfFile] and so on.",
6   "homepage": "https://github.com/hyukhur/HHUIImageNamed",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hyuk Hur": "hyukhur@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/HyukHur",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/hyukhur/HHUIImageNamed.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "**/Classes/**/*.{h,m}",
23   "public_header_files": "**/Classes/**/*.h",
24   "requires_arc": true