[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / TAssetPicker / 1.0.5 / TAssetPicker.podspec.json
blobff98c5d3fbc89c8c2d5547dbd90cae599bd6d0ac
2   "name": "TAssetPicker",
3   "version": "1.0.5",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "Photos for swift",
8   "description": "An integration of  Photos.framework which allows you to pick image effortlessly, with circular crop supported, and written in Swift",
9   "homepage": "https://github.com/turkeyaa/TAssetPicker",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "turkeyaa": "18668089860@163.com"
16   },
17   "source": {
18     "git": "https://github.com/turkeyaa/TAssetPicker.git",
19     "tag": "1.0.5"
20   },
21   "source_files": "TAssetPicker/**/*.{swift}",
22   "resource_bundles": {
23     "TAssetPicker": [
24       "TAssetPicker/Resource/*.{png}"
25     ]
26   },
27   "requires_arc": true,
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   }