[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / d / 7 / e / TMAssetsPickerController / 1.1 / TMAssetsPickerController.podspec.json
blobdb1a5ee43d48a67423e6a41bccbd9051f5497bf3
2   "name": "TMAssetsPickerController",
3   "version": "1.1",
4   "summary": "iOS 8 control that allows picking multiple photos and videos from user's photo library based on Photos.framework",
5   "description": "                    \t\tAssetsPickerController is an iOS controller that allows picking\n                    \t\tmultiple photos and videos from user's photo library.\n\t                    \tThe usage and look-and-feel just similar to UIImagePickerController.\n    \t                \tIt uses **ARC**. Requires **Photos** framework and iOS 8.\n",
6   "homepage": "https://github.com/romahuti2/TMAssetsPickerController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roman Huti": "romahuti2@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/romahuti2/TMAssetsPickerController.git",
19     "tag": "v1.1"
20   },
21   "source_files": "TMAssetsPickerController/*.{h,m}",
22   "resources": "TMAssetsPickerController/Images.xcassets/*.png",
23   "frameworks": "Photos",
24   "requires_arc": true