[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / c / e / b / Informative / 0.0.2 / Informative.podspec.json
blob9410477564f4c62374b29392402962e18929f074
2   "name": "Informative",
3   "version": "0.0.2",
4   "summary": "iOS library for creating an information view positioned below the status bar",
5   "description": "                   iOS library for creating an information view positioned below the status bar, similar to the inbuilt iOS in-call status bar.\n\n                   Compatible with iOS 6/7.\n",
6   "homepage": "https://github.com/davidlawson/Informative",
7   "screenshots": "https://github.com/davidlawson/Informative/raw/master/informative.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "David Lawson": "hello@davidlawson.com.au"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/davidlawson/Informative.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "requires_arc": true,
28   "dependencies": {
29     "Masonry": [
31     ],
32     "JRSwizzle": [
34     ]
35   }