[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 3 / BPContextualHelp / 1.0.0 / BPContextualHelp.podspec.json
blobe92ac6b55ba39bbf631fe2ccc27df0a7bafdb21e
2   "name": "BPContextualHelp",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A view for displaying popup contextual help annotations.",
6   "homepage": "https://github.com/brittonmobile/BPContextualHelp",
7   "authors": {
8     "Ryan Britton": "ryan@brittonmobile.com"
9   },
10   "source": {
11     "git": "https://github.com/brittonmobile/BPContextualHelp.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": false,
15   "platforms": {
16     "ios": "5.1"
17   },
18   "public_header_files": [
19     "BPContextualHelp/*.h",
20     "BPContextualHelp/Extensions/*.h"
21   ],
22   "frameworks": [
23     "CoreGraphics",
24     "UIKit",
25     "Foundation"
26   ],
27   "source_files": [
28     "BPContextualHelp/*.{h,m}",
29     "BPContextualHelp/Extensions/*.{h,m}"
30   ]