blob: dbd98c340705bd64d989c54594a8a665543cb2d6 [file] [log] [blame]
{
"name": "ASGallery",
"version": "0.0.1",
"summary": "PhotoGallery component",
"description": " A longer description of ASGallery in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/darkdongdong/ASGallery",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"darkdongdong": "darkdongdong@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/darkdongdong/ASGallery.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": [
"src/ASGallery/*.{h,m}",
"src/ASUtils/*.{h,m}"
],
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics"
]
}
}