[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 7 / d / ASGallery / 0.0.1 / ASGallery.podspec.json
blobdbd98c340705bd64d989c54594a8a665543cb2d6
2   "name": "ASGallery",
3   "version": "0.0.1",
4   "summary": "PhotoGallery component",
5   "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",
6   "homepage": "https://github.com/darkdongdong/ASGallery",
7   "license": {
8     "type": "MIT",
9     "file": "license.txt"
10   },
11   "authors": {
12     "darkdongdong": "darkdongdong@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/darkdongdong/ASGallery.git",
19     "tag": "0.0.1",
20     "submodules": true
21   },
22   "source_files": [
23     "src/ASGallery/*.{h,m}",
24     "src/ASUtils/*.{h,m}"
25   ],
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "CoreGraphics"
30     ]
31   }