motion-hpple 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. data/Gemfile.lock +52 -0
  2. data/README.md +1 -7
  3. data/Rakefile +16 -1
  4. data/lib/motion-hpple.rb +2 -4
  5. data/lib/motion-hpple/version.rb +1 -1
  6. data/motion-hpple.gemspec +1 -0
  7. data/vendor/Podfile.lock +11 -0
  8. data/vendor/{hpple → Pods/.build/Pods}/TFHpple.h +1 -1
  9. data/vendor/{hpple → Pods/.build/Pods}/TFHppleElement.h +7 -7
  10. data/vendor/Pods/.build/Pods/XPathQuery.h +10 -0
  11. data/vendor/Pods/.build/libPods.a +0 -0
  12. data/vendor/Pods/BuildHeaders/hpple/TFHpple.h +54 -0
  13. data/vendor/Pods/BuildHeaders/hpple/TFHppleElement.h +68 -0
  14. data/vendor/Pods/BuildHeaders/hpple/XPathQuery.h +10 -0
  15. data/vendor/Pods/Documentation/hpple/docset-installed.txt +4 -0
  16. data/vendor/Pods/Documentation/hpple/docset/Contents/Info.plist +39 -0
  17. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHpple.html +470 -0
  18. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/Classes/TFHppleElement.html +470 -0
  19. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/styles.css +584 -0
  20. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/css/stylesPrint.css +22 -0
  21. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/hierarchy.html +72 -0
  22. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/button_bar_background.png +0 -0
  23. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure.png +0 -0
  24. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/disclosure_open.png +0 -0
  25. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/library_background.png +0 -0
  26. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/img/title_background.png +0 -0
  27. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Documents/index.html +135 -0
  28. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Nodes.xml +39 -0
  29. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens1.xml +125 -0
  30. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/Tokens2.xml +180 -0
  31. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.dsidx +0 -0
  32. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.mom +0 -0
  33. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.skidx +0 -0
  34. data/vendor/Pods/Documentation/hpple/docset/Contents/Resources/docSet.toc +0 -0
  35. data/vendor/Pods/Documentation/hpple/html/Classes/TFHpple.html +470 -0
  36. data/vendor/Pods/Documentation/hpple/html/Classes/TFHppleElement.html +470 -0
  37. data/vendor/Pods/Documentation/hpple/html/css/styles.css +584 -0
  38. data/vendor/Pods/Documentation/hpple/html/css/stylesPrint.css +22 -0
  39. data/vendor/Pods/Documentation/hpple/html/hierarchy.html +72 -0
  40. data/vendor/Pods/Documentation/hpple/html/img/button_bar_background.png +0 -0
  41. data/vendor/Pods/Documentation/hpple/html/img/disclosure.png +0 -0
  42. data/vendor/Pods/Documentation/hpple/html/img/disclosure_open.png +0 -0
  43. data/vendor/Pods/Documentation/hpple/html/img/library_background.png +0 -0
  44. data/vendor/Pods/Documentation/hpple/html/img/title_background.png +0 -0
  45. data/vendor/Pods/Documentation/hpple/html/index.html +135 -0
  46. data/vendor/Pods/Headers/hpple/TFHpple.h +54 -0
  47. data/vendor/Pods/Headers/hpple/TFHppleElement.h +68 -0
  48. data/vendor/Pods/Headers/hpple/XPathQuery.h +10 -0
  49. data/vendor/Pods/Pods-Acknowledgements.markdown +29 -0
  50. data/vendor/Pods/Pods-Acknowledgements.plist +59 -0
  51. data/vendor/Pods/Pods-prefix.pch +3 -0
  52. data/vendor/Pods/Pods-resources.sh +19 -0
  53. data/vendor/Pods/Pods.bridgesupport +104 -0
  54. data/vendor/Pods/Pods.xcconfig +7 -0
  55. data/vendor/Pods/Pods.xcodeproj/project.pbxproj +633 -0
  56. data/vendor/Pods/PodsDummy_Pods.m +4 -0
  57. data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
  58. data/vendor/Pods/hpple/LICENSE.txt +22 -0
  59. data/vendor/Pods/hpple/README.markdown +50 -0
  60. data/vendor/Pods/hpple/TFHpple.h +54 -0
  61. data/vendor/Pods/hpple/TFHpple.m +102 -0
  62. data/vendor/Pods/hpple/TFHppleElement.h +68 -0
  63. data/vendor/Pods/hpple/TFHppleElement.m +114 -0
  64. data/vendor/Pods/hpple/XPathQuery.h +10 -0
  65. data/vendor/Pods/hpple/XPathQuery.m +197 -0
  66. metadata +86 -8
  67. data/vendor/hpple/hpple.bridgesupport +0 -78
  68. data/vendor/hpple/libHpple.a +0 -0
@@ -0,0 +1,22 @@
1
+
2
+ header {
3
+ display: none;
4
+ }
5
+
6
+ div.main-navigation, div.navigation-top {
7
+ display: none;
8
+ }
9
+
10
+ div#overview_contents, div#contents.isShowingTOC, div#contents {
11
+ overflow: visible;
12
+ position: relative;
13
+ top: 0px;
14
+ border: none;
15
+ left: 0;
16
+ }
17
+ #tocContainer.isShowingTOC {
18
+ display: none;
19
+ }
20
+ nav {
21
+ display: none;
22
+ }
@@ -0,0 +1,72 @@
1
+ <!DOCTYPE HTML>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>hpple 0.1.0 Hierarchy</title>
6
+ <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
+ <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
+ <meta name="generator" content="appledoc 2.0.5 (build 789)" />
9
+ </head>
10
+ <body>
11
+ <header id="top_header">
12
+ <div id="library" class="hideInXcode">
13
+ <h1><a id="libraryTitle" href="index.html">hpple 0.1.0 </a></h1>
14
+ <a id="developerHome" href="index.html">Geoffrey Grosenbach</a>
15
+ </div>
16
+
17
+ <div id="title" role="banner">
18
+ <h1 class="hideInXcode">hpple 0.1.0 Hierarchy</h1>
19
+ </div>
20
+ <ul id="headerButtons" role="toolbar"></ul>
21
+ </header>
22
+ <article>
23
+ <div id="overview_contents" role="main">
24
+ <div class="main-navigation navigation-top">
25
+ <a href="index.html">Previous</a>
26
+ </div>
27
+ <div id="header">
28
+ <div class="section-header">
29
+ <h1 class="title title-header">hpple 0.1.0 Hierarchy</h1>
30
+ </div>
31
+ </div>
32
+ <div id="container">
33
+
34
+ <div class="index-column hierarchy-column">
35
+ <h2 class="index-title">Class Hierarchy</h2>
36
+
37
+ <ul>
38
+
39
+ <li>NSObject
40
+ <ul>
41
+
42
+ <li><a href="Classes/TFHpple.html">TFHpple</a></li>
43
+
44
+ <li><a href="Classes/TFHppleElement.html">TFHppleElement</a></li>
45
+
46
+ </ul>
47
+ </li>
48
+
49
+ </ul>
50
+
51
+ </div>
52
+
53
+
54
+
55
+ </div>
56
+ <div class="main-navigation navigation-bottom">
57
+ <a href="index.html">Previous</a>
58
+ </div>
59
+ <div id="footer">
60
+ <hr />
61
+ <div class="footer-copyright">
62
+ <p><span class="copyright">&copy; 2012 Geoffrey Grosenbach. All rights reserved. (Last updated: 2012-11-20)</span><br />
63
+
64
+ <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
65
+
66
+
67
+ </div>
68
+ </div>
69
+ </div>
70
+ </article>
71
+ </body>
72
+ </html>
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE HTML>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
+ <title>hpple 0.1.0 Reference</title>
6
+ <link rel="stylesheet" type="text/css" href="css/styles.css" media="all" />
7
+ <link rel="stylesheet" type="text/css" media="print" href="css/stylesPrint.css" />
8
+ <meta name="generator" content="appledoc 2.0.5 (build 789)" />
9
+ </head>
10
+ <body>
11
+ <header id="top_header">
12
+ <div id="library" class="hideInXcode">
13
+ <h1><a id="libraryTitle" href="index.html">hpple 0.1.0 </a></h1>
14
+ <a id="developerHome" href="index.html">Geoffrey Grosenbach</a>
15
+ </div>
16
+
17
+ <div id="title" role="banner">
18
+ <h1 class="hideInXcode">hpple 0.1.0 Reference</h1>
19
+ </div>
20
+ <ul id="headerButtons" role="toolbar"></ul>
21
+ </header>
22
+ <article>
23
+ <div id="overview_contents" role="main">
24
+ <div class="main-navigation navigation-top">
25
+ <a href="hierarchy.html">Next</a>
26
+ </div>
27
+ <div id="header">
28
+ <div class="section-header">
29
+ <h1 class="title title-header">hpple 0.1.0 Reference</h1>
30
+ </div>
31
+ </div>
32
+ <div id="container">
33
+
34
+ <div class="section section-overview index-overview">
35
+
36
+
37
+ <h1>DESCRIPTION</h1>
38
+
39
+ <p>EXPERIMENTAL! Only a few hours old.</p>
40
+
41
+ <p>Hpple: A nice Objective-C wrapper on the XPathQuery library for parsing HTML.</p>
42
+
43
+ <p>Inspired by why the lucky stiff&rsquo;s <a href="http://github.com/why/hpricot/tree/master">Hpricot</a>.</p>
44
+
45
+ <h1>AUTHOR</h1>
46
+
47
+ <p>Geoffrey Grosenbach, <a href="http://topfunky.com">Topfunky Corporation</a> and <a href="http://peepcode.com">PeepCode Screencasts</a>.</p>
48
+
49
+ <h1>FEATURES</h1>
50
+
51
+ <ul>
52
+ <li>Easy searching by XPath (CSS selectors are planned)</li>
53
+ <li>Parses HTML (XML coming soon)</li>
54
+ <li>Easy access to tag content, name, and attributes.</li>
55
+ </ul>
56
+
57
+
58
+ <h1>INSTALLATION</h1>
59
+
60
+ <ul>
61
+ <li>Open your XCode project and the Hpple project.</li>
62
+ <li>Drag the &ldquo;Hpple&rdquo; directory to your project.</li>
63
+ <li>Add the libxml2.2.dylib framework to your project and search paths as described at <a href="http://cocoawithlove.com/2008/10/using-libxml2-for-parsing-and-xpath.html">Cocoa with Love</a></li>
64
+ </ul>
65
+
66
+
67
+ <p>More documentation and short screencast coming soon&hellip;</p>
68
+
69
+ <h1>USAGE</h1>
70
+
71
+ <p>See TFHppleHTMLTest.m in the Hpple project for samples.</p>
72
+
73
+ <pre>
74
+ #import "[TFHpple](Classes/TFHpple.html).h"
75
+
76
+ NSData * data = [NSData dataWithContentsOfFile:@"index.html"];
77
+
78
+ [TFHpple](Classes/TFHpple.html) * doc = [[TFHpple alloc] initWithHTMLData:data];
79
+ NSArray * elements = [doc search:@"//a[@class='sponsor']"];
80
+
81
+ [TFHppleElement](Classes/TFHppleElement.html) * element = [elements objectAtIndex:0];
82
+ [e content]; // Tag's innerHTML
83
+ [e tagName]; // "a"
84
+ [e attributes]; // NSDictionary of href, class, id, etc.
85
+ [e objectForKey:@"href"]; // Easy access to single attribute
86
+
87
+ </pre>
88
+
89
+
90
+ <h1>TODO</h1>
91
+
92
+ <ul>
93
+ <li>Internal error catching and messages</li>
94
+ <li>CSS3 selectors in addition to XPath</li>
95
+ </ul>
96
+
97
+
98
+
99
+ </div>
100
+
101
+
102
+
103
+
104
+
105
+ <div class="index-column">
106
+ <h2 class="index-title">Class References</h2>
107
+ <ul>
108
+
109
+ <li><a href="Classes/TFHpple.html">TFHpple</a></li>
110
+
111
+ <li><a href="Classes/TFHppleElement.html">TFHppleElement</a></li>
112
+
113
+ </ul>
114
+ </div>
115
+
116
+
117
+
118
+ </div>
119
+ <div class="main-navigation navigation-bottom">
120
+ <a href="hierarchy.html">Next</a>
121
+ </div>
122
+ <div id="footer">
123
+ <hr />
124
+ <div class="footer-copyright">
125
+ <p><span class="copyright">&copy; 2012 Geoffrey Grosenbach. All rights reserved. (Last updated: 2012-11-20)</span><br />
126
+
127
+ <span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
128
+
129
+
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </article>
134
+ </body>
135
+ </html>
@@ -0,0 +1,54 @@
1
+ //
2
+ // TFHpple.h
3
+ // Hpple
4
+ //
5
+ // Created by Geoffrey Grosenbach on 1/31/09.
6
+ //
7
+ // Copyright (c) 2009 Topfunky Corporation, http://topfunky.com
8
+ //
9
+ // MIT LICENSE
10
+ //
11
+ // Permission is hereby granted, free of charge, to any person obtaining
12
+ // a copy of this software and associated documentation files (the
13
+ // "Software"), to deal in the Software without restriction, including
14
+ // without limitation the rights to use, copy, modify, merge, publish,
15
+ // distribute, sublicense, and/or sell copies of the Software, and to
16
+ // permit persons to whom the Software is furnished to do so, subject to
17
+ // the following conditions:
18
+ //
19
+ // The above copyright notice and this permission notice shall be
20
+ // included in all copies or substantial portions of the Software.
21
+ //
22
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23
+ // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24
+ // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25
+ // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26
+ // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27
+ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28
+ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
+
30
+
31
+ #import <Foundation/Foundation.h>
32
+
33
+ #import "TFHppleElement.h"
34
+
35
+ @interface TFHpple : NSObject {
36
+ @private
37
+ NSData * data;
38
+ BOOL isXML;
39
+ }
40
+
41
+ - (id) initWithData:(NSData *)theData isXML:(BOOL)isDataXML;
42
+ - (id) initWithXMLData:(NSData *)theData;
43
+ - (id) initWithHTMLData:(NSData *)theData;
44
+
45
+ + (TFHpple *) hppleWithData:(NSData *)theData isXML:(BOOL)isDataXML;
46
+ + (TFHpple *) hppleWithXMLData:(NSData *)theData;
47
+ + (TFHpple *) hppleWithHTMLData:(NSData *)theData;
48
+
49
+ - (NSArray *) searchWithXPathQuery:(NSString *)xPathOrCSS;
50
+ - (TFHppleElement *) peekAtSearchWithXPathQuery:(NSString *)xPathOrCSS;
51
+
52
+ @property (nonatomic, strong, readonly) NSData * data;
53
+
54
+ @end
@@ -0,0 +1,68 @@
1
+ //
2
+ // TFHppleElement.h
3
+ // Hpple
4
+ //
5
+ // Created by Geoffrey Grosenbach on 1/31/09.
6
+ //
7
+ // Copyright (c) 2009 Topfunky Corporation, http://topfunky.com
8
+ //
9
+ // MIT LICENSE
10
+ //
11
+ // Permission is hereby granted, free of charge, to any person obtaining
12
+ // a copy of this software and associated documentation files (the
13
+ // "Software"), to deal in the Software without restriction, including
14
+ // without limitation the rights to use, copy, modify, merge, publish,
15
+ // distribute, sublicense, and/or sell copies of the Software, and to
16
+ // permit persons to whom the Software is furnished to do so, subject to
17
+ // the following conditions:
18
+ //
19
+ // The above copyright notice and this permission notice shall be
20
+ // included in all copies or substantial portions of the Software.
21
+ //
22
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23
+ // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24
+ // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25
+ // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26
+ // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27
+ // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28
+ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29
+
30
+ #import <Foundation/Foundation.h>
31
+
32
+
33
+ @interface TFHppleElement : NSObject {
34
+ @private
35
+
36
+ NSDictionary * node;
37
+ __unsafe_unretained TFHppleElement *parent;
38
+ }
39
+
40
+ - (id) initWithNode:(NSDictionary *) theNode;
41
+
42
+ + (TFHppleElement *) hppleElementWithNode:(NSDictionary *) theNode;
43
+
44
+ // Returns this tag's innerHTML content.
45
+ @property (nonatomic, copy, readonly) NSString *content;
46
+
47
+ // Returns the name of the current tag, such as "h3".
48
+ @property (nonatomic, copy, readonly) NSString *tagName;
49
+
50
+ // Returns tag attributes with name as key and content as value.
51
+ // href = 'http://peepcode.com'
52
+ // class = 'highlight'
53
+ @property (nonatomic, strong, readonly) NSDictionary *attributes;
54
+
55
+ // Returns the children of a given node
56
+ @property (nonatomic, strong, readonly) NSArray *children;
57
+
58
+ // Returns the first child of a given node
59
+ @property (nonatomic, strong, readonly) TFHppleElement *firstChild;
60
+
61
+ // the parent of a node
62
+ @property (nonatomic, unsafe_unretained, readonly) TFHppleElement *parent;
63
+
64
+ // Provides easy access to the content of a specific attribute,
65
+ // such as 'href' or 'class'.
66
+ - (NSString *) objectForKey:(NSString *) theKey;
67
+
68
+ @end
@@ -0,0 +1,10 @@
1
+ //
2
+ // XPathQuery.h
3
+ // FuelFinder
4
+ //
5
+ // Created by Matt Gallagher on 4/08/08.
6
+ // Copyright 2008 __MyCompanyName__. All rights reserved.
7
+ //
8
+
9
+ NSArray *PerformHTMLXPathQuery(NSData *document, NSString *query);
10
+ NSArray *PerformXMLXPathQuery(NSData *document, NSString *query);
@@ -0,0 +1,29 @@
1
+ # Acknowledgements
2
+ This application makes use of the following third party libraries:
3
+
4
+ ## hpple
5
+
6
+ Copyright (c) 2009 Topfunky Corporation, http://topfunky.com
7
+
8
+ MIT LICENSE
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining
11
+ a copy of this software and associated documentation files (the
12
+ "Software"), to deal in the Software without restriction, including
13
+ without limitation the rights to use, copy, modify, merge, publish,
14
+ distribute, sublicense, and/or sell copies of the Software, and to
15
+ permit persons to whom the Software is furnished to do so, subject to
16
+ the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be
19
+ included in all copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
22
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
24
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
25
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
26
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
27
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
+
29
+ Generated by CocoaPods - http://cocoapods.org
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>PreferenceSpecifiers</key>
6
+ <array>
7
+ <dict>
8
+ <key>FooterText</key>
9
+ <string>This application makes use of the following third party libraries:</string>
10
+ <key>Title</key>
11
+ <string>Acknowledgements</string>
12
+ <key>Type</key>
13
+ <string>PSGroupSpecifier</string>
14
+ </dict>
15
+ <dict>
16
+ <key>FooterText</key>
17
+ <string>Copyright (c) 2009 Topfunky Corporation, http://topfunky.com
18
+
19
+ MIT LICENSE
20
+
21
+ Permission is hereby granted, free of charge, to any person obtaining
22
+ a copy of this software and associated documentation files (the
23
+ "Software"), to deal in the Software without restriction, including
24
+ without limitation the rights to use, copy, modify, merge, publish,
25
+ distribute, sublicense, and/or sell copies of the Software, and to
26
+ permit persons to whom the Software is furnished to do so, subject to
27
+ the following conditions:
28
+
29
+ The above copyright notice and this permission notice shall be
30
+ included in all copies or substantial portions of the Software.
31
+
32
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
34
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
+ </string>
40
+ <key>Title</key>
41
+ <string>hpple</string>
42
+ <key>Type</key>
43
+ <string>PSGroupSpecifier</string>
44
+ </dict>
45
+ <dict>
46
+ <key>FooterText</key>
47
+ <string>Generated by CocoaPods - http://cocoapods.org</string>
48
+ <key>Title</key>
49
+ <string></string>
50
+ <key>Type</key>
51
+ <string>PSGroupSpecifier</string>
52
+ </dict>
53
+ </array>
54
+ <key>StringsTable</key>
55
+ <string>Acknowledgements</string>
56
+ <key>Title</key>
57
+ <string>Acknowledgements</string>
58
+ </dict>
59
+ </plist>