[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 5 / e / 0 / DIYAssetPicker / 0.3.0 / DIYAssetPicker.podspec.json
blob7df1d4d9e23df9e0f9d5e4e7e283798261c746d6
2   "name": "DIYAssetPicker",
3   "version": "0.3.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "Drop-in UIImagePickerController replacement w/ landscape support.",
6   "homepage": "https://github.com/dongle/AssetPicker",
7   "authors": {
8     "Jon Beilin": "jon@diy.org"
9   },
10   "source": {
11     "git": "https://github.com/dongle/AssetPicker.git",
12     "tag": "v0.3.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "DIYAssetPicker/*.{h,m,png}",
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "AssetsLibrary",
22     "Foundation",
23     "CoreGraphics",
24     "AVFoundation"
25   ]