blob: e2b7f880d665abb29bee58633057601d99d8832c [file] [log] [blame]
{
"name": "TAssetPicker",
"version": "1.0.4",
"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.4"
},
"source_files": "TAssetPicker/**/*.{swift}",
"resource_bundles": {
"TAssetPicker": [
"TAssetPicker/Resource/*.{png}"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}