| { |
| "name": "MWKNumberRowInputAccessory", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "iOS keyboard persistent number row input accessory view with a native look and feel.", |
| "description": "iOS keyboard input accessory view that adds a persistent number row with native look and feel. Convenient entry of street addresses and more.", |
| "homepage": "https://github.com/mwkirk/MWKNumberRowInputAccessory", |
| "authors": "Mark Kirk", |
| "social_media_url": "https://twitter.com/postmodjackass", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/mwkirk/MWKNumberRowInputAccessory.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Src/*.{h,m}", |
| "resources": [ |
| "Src/Assets/Artwork.xcassets", |
| "Src/Assets/images/*.png" |
| ], |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |