| { |
| "name": "EasyFrames", |
| "version": "1.0", |
| "summary": "EasyFrames contains view helper categories which would ease out modifying view frames.", |
| "homepage": "http://www.appsify.org", |
| "license": { |
| "type": "PRIVATE USE", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Sushma Satish": "sushmasatish@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/sushmasatish/EasyFrames.git", |
| "branch": "master", |
| "tag": "1.0" |
| }, |
| "source_files": "**/*.{h,m}", |
| "public_header_files": "**/*.{h}", |
| "requires_arc": true |
| } |