[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / b / 0 / Igor / 0.5.0 / Igor.podspec.json
blob8c8980a71db814adbed0de6b093ab3a32a3079fd
2   "name": "Igor",
3   "version": "0.5.0",
4   "summary": "A query engine that selects views in a iOS application.",
5   "description": "Igor is a query engine that selects views in a iOS application, based on each view's class, properties, containment relationship to other views, and other characteristics.",
6   "homepage": "https://github.com/dhemery/igor",
7   "authors": {
8     "Dale Emery": "dale@dhemery.com"
9   },
10   "source": {
11     "git": "https://github.com/dhemery/igor.git",
12     "tag": "0.5.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source_files": "igor/**/*.{h,m}",
18   "exclude_files": "igor/engine/DEIgorSelfRegisteringSelectorEngine.m",
19   "requires_arc": true,
20   "license": {
21     "type": "MIT",
22     "file": "README.md"
23   }