| { |
| "name": "DJViewiOS", |
| "version": "1.0.0", |
| "summary": "Custom View Library to create Scroll View.", |
| "description": "Custom View Library to create Scroll View, you can use image slider", |
| "homepage": "https://github.com/devjangir/DJViewiOS.git", |
| "license": "MIT", |
| "authors": { |
| "Devdutt": "devpassion7@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devjangir/DJViewiOS.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DJViewiOS": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |