[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 5 / d / GDIImageOperation / 0.1.0 / GDIImageOperation.podspec.json
blobe530f92d4f0fabe5c73b4ae1cb691d78e238f670
2   "name": "GDIImageOperation",
3   "version": "0.1.0",
4   "summary": "GDIImageOperation is an NSOperation subclass that simplifies image loading.",
5   "description": "                       GDIImageOperation is an NSOperation subclass that simplifies image loading.\n                       More information coming soonish.\n",
6   "homepage": "https://github.com/gdavis/GDIImageOperation",
7   "license": "MIT",
8   "authors": {
9     "Grant Davis": "grant.davis@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/gdavis/GDIImageOperation.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/ghunterdavis",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "GDIImageOperation": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"