[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 0 / CoreGraphicsExt / 2.0.0 / CoreGraphicsExt.podspec.json
blob4efb91b49a767e29f3e8aba99eb647e46a0d03c7
2   "name": "CoreGraphicsExt",
3   "version": "2.0.0",
4   "summary": "A library extends CoreGraphics",
5   "description": "                   CoreGraphics Extended Library is aiming to complete missing conveniences in CoreGraphics.\n",
6   "homepage": "https://github.com/WeZZard/Core-Graphics-Extended-Library",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WeZZard": "wezzardlau@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/WeZZard/Core-Graphics-Extended-Library.git",
20     "tag": "2.0.0"
21   },
22   "ios": {
23     "source_files": [
24       "Core-Graphics-Extended-Library",
25       "Core-Graphics-Extended-Library-for-iOS"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "Core-Graphics-Extended-Library",
31       "Core-Graphics-Extended-Library-for-OS-X"
32     ]
33   }