[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 1 / f / d / FMAboutPanel / 1.0.0 / FMAboutPanel.podspec.json
blobaefe911a16a5558808ecf93a986746fe6a1cc083
2   "name": "FMAboutPanel",
3   "version": "1.0.0",
4   "summary": "A class designed to show an *About Panel* with many useful features.",
5   "homepage": "https://github.com/flubbermedia/FMAboutPanel",
6   "license": "MIT",
7   "authors": [
8     "Andrea Ottolina",
9     "Maurizio Cremaschi"
10   ],
11   "source": {
12     "git": "https://github.com/flubbermedia/FMAboutPanel.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "FMAboutPanel/FMAboutPanel.{h,m}",
20   "resources": "FMAboutPanel/FMAboutPanel.bundle",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ],
25   "dependencies": {
26     "zipzap": [
27       "~>8.0"
28     ],
29     "ChimpKit2": [
30       "~>2.0"
31     ]
32   }