blob: 0a7c379b68440b6eeff43ef91716f68dec047a3f [file] [log] [blame]
{
"name": "TAssetPicker",
"version": "0.0.5",
"platforms": {
"ios": "8.0"
},
"summary": "Photos for swift",
"description": "An integration of Photos.framework which allows you to pick image effortlessly, with circular crop supported, and written in Swift",
"homepage": "https://github.com/turkeyaa/TAssetPicker",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"turkeyaa": "18668089860@163.com"
},
"source": {
"git": "https://github.com/turkeyaa/TAssetPicker.git",
"tag": "0.0.5"
},
"source_files": "Classes/**/*.{swift}",
"resource_bundles": {
"TAssetPicker": [
"AssetPickerDemo/AssetPicker/Images/*.{png}"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}