| { |
| "name": "general-helpers", |
| "version": "0.1.0", |
| "summary": "A repository to add All helper methods I have developed over the years.", |
| "description": "Although Cocoa Touch and xcode include many tools to help start and develop projects, but every developer has his/her own methodology and after a period of time developing, will come up with a few set of tools he/she end up using in all projects. this repository refelcts the tools I'm using in almost all projects.", |
| "homepage": "https://github.com/mohpor/General-Helpers", |
| "license": "MIT", |
| "authors": { |
| "M. Porooshani": "porooshani@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mohpor/General-Helpers.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "general-helpers": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |