[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 5 / 2 / JMFormDescription / 0.0.3 / JMFormDescription.podspec.json
blob9a9b6f67fa76c0b921bc66d0084f54baedff7913
2   "name": "JMFormDescription",
3   "version": "0.0.3",
4   "summary": "JMFormDescription is an iOS library for easily manage complex Form.",
5   "requires_arc": true,
6   "description": "                   JMFormDescription is an Objective-C library for easily creating and manage complex structured Form.\n                   * A new way to your layout in a very simple method,\n                   * Datasource / Delegate considerably simplified and focus on manipulated objet, no indexPath!\n                   * Next/Previous/Done inpoutAccesoryView for TextField and TextView.\n",
7   "homepage": "https://github.com/leverdeterre/JMFormDescription",
8   "screenshots": [
9     "https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo1.png",
10     "https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo2.png",
11     "https://raw.githubusercontent.com/leverdeterre/JMFormDescription/master/screenshots/demo3.png"
12   ],
13   "license": "MIT",
14   "authors": {
15     "jerome Morissard": "morissardj@gmail.com"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source": {
21     "git": "https://github.com/leverdeterre/JMFormDescription.git",
22     "tag": "0.0.3"
23   },
24   "source_files": [
25     "Classes",
26     "JMFormDescription/JMFormDescription/*.{h,m}"
27   ],
28   "public_header_files": "JMFormDescription/JMFormDescription/*.h",
29   "resources": "JMFormDescription/JMFormDescription/*.xib",
30   "frameworks": "UIKit"