blob: 2d33abbb572d98f3f226432485a771b6e96a4b4f [file] [log] [blame]
{
"name": "AZImagePicker",
"version": "0.1.0",
"summary": "Image cropping library for iOS",
"description": " Image cropping library for iOS.\n",
"homepage": "https://github.com/windless/AZImagePicker",
"license": "MIT",
"authors": {
"Abner Zhong": "windlessg@gmail.com"
},
"source": {
"git": "https://github.com/windless/AZImagePicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AZImagePicker": [
"Pod/Assets/*.png"
]
}
}