blob: f937e6b67f55c8a50784f1faf51f1753aa128063 [file] [log] [blame]
{
"name": "TWPhotoPicker",
"version": "1.0.0",
"summary": "A image picker like Instagram.",
"description": " Present Image Picker like Instagram.You can crop a image using it.\n",
"homepage": "https://github.com/wenzhaot/InstagramPhotoPicker",
"screenshots": "https://raw.githubusercontent.com/wenzhaot/InstagramPhotoPicker/master/Screenshots/Screenshot01.png",
"license": "MIT",
"authors": {
"wenzhaot": "tanwenzhao1025@gmail.com"
},
"source": {
"git": "https://github.com/wenzhaot/InstagramPhotoPicker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"InstagramPhotoPicker/TWPhotoPickerController.{h,m}",
"InstagramPhotoPicker/TWPhotoCollectionViewCell.{h,m}",
"InstagramPhotoPicker/TWImageScrollView.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}