[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 8 / 3 / FaceImageView / 0.1.0 / FaceImageView.podspec.json
blob6ba4dcfa9b0e8d2c42102d479b463b37ccea9d35
2   "name": "FaceImageView",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "A UIImageView clone that adjusts image content to show faces.",
6   "homepage": "https://github.com/dingbat/faceimageview",
7   "authors": {
8     "Dan Hassin": "danhassin@mac.com"
9   },
10   "source": {
11     "git": "https://github.com/dingbat/faceimageview.git",
12     "tag": "0.1.0"
13   },
14   "source_files": "FaceImageView/FaceImageView.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "ios": {
20     "frameworks": [
21       "CoreGraphics",
22       "CoreImage",
23       "QuartzCore"
24     ]
25   }