blob: ff98c5d3fbc89c8c2d5547dbd90cae599bd6d0ac [file] [log] [blame]
{
"name": "TAssetPicker",
"version": "1.0.5",
"platforms": {
"ios": "9.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": "LICENSE"
},
"authors": {
"turkeyaa": "18668089860@163.com"
},
"source": {
"git": "https://github.com/turkeyaa/TAssetPicker.git",
"tag": "1.0.5"
},
"source_files": "TAssetPicker/**/*.{swift}",
"resource_bundles": {
"TAssetPicker": [
"TAssetPicker/Resource/*.{png}"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}