| { |
| "name": "ConcisePureLayout", |
| "version": "0.2.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Almas Adilbek": "almas.adilbek@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/mixdesign", |
| "summary": "ConcisePureLayout is a group of category files that simplify method invocations of PureLayout library.", |
| "homepage": "https://github.com/mixdesign/ConcisePureLayout", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/mixdesign/ConcisePureLayout.git", |
| "tag": "0.2.1" |
| }, |
| "source_files": "ConcisePureLayout/**/*.{h,m}", |
| "public_header_files": "ConcisePureLayout/**/*.h", |
| "dependencies": { |
| "PureLayout": [ |
| "~> 3.0.1" |
| ] |
| }, |
| "requires_arc": true |
| } |