[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 6 / f / 1 / JPSImagePickerController / 0.0.1 / JPSImagePickerController.podspec.json
blob8108fe39e50971cc4d07ab7a8fe79fd7687b1d61
2   "name": "JPSImagePickerController",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "A pixel-perfect clone of iOS 7's UIImagePickerController, with a few improvements.",
9   "homepage": "https://github.com/jpsim/JPSImagePickerController",
10   "authors": {
11     "JP Simard": "jp@jpsim.com"
12   },
13   "source": {
14     "git": "https://github.com/jpsim/JPSImagePickerController.git",
15     "tag": "0.0.1"
16   },
17   "description": "A pixel-perfect clone of iOS 7's `UIImagePickerController`, with a few improvements. I built this because Apple's image picker is difficult to modify. Works on both iPad & iPhone.",
18   "source_files": "JPSImagePickerController/*.{h,m}",
19   "frameworks": [
20     "MediaPlayer",
21     "AVFoundation"
22   ],
23   "resources": "JPSImagePickerController/JPSImagePickerController.bundle",
24   "requires_arc": true