[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 2 / 9 / IVGResources / 1.0.0 / IVGResources.podspec.json
blob8c88482c305ad3da3e5cbabb3531b711db3b7d93
2   "name": "IVGResources",
3   "version": "1.0.0",
4   "summary": "Manage multiple versions of same resources",
5   "homepage": "https://github.com/ivygulch/IVGResources",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dwsjoquist": "dwsjoquist@sunetos.com"
12   },
13   "source": {
14     "git": "https://github.com/ivygulch/IVGResources.git",
15     "tag": "v1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "IVGResources/**/*{.h,.m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit",
24     "CoreGraphics"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "IVGUtils": [
30     ]
31   }