| { |
| "name": "StoryTeller", |
| "version": "0.1.0", |
| "summary": "This library helps to you to print you name.", |
| "description": "This library is a test library to work with cocoapods and try to make something that can be used in the future.", |
| "homepage": "https://github.com/emadtoukan/StroyTeller", |
| "license": "MIT", |
| "authors": { |
| "Emad Toukan": "emad.toukan@scotiabank.com" |
| }, |
| "source": { |
| "git": "https://github.com/emadtoukan/StroyTeller.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "StoryTeller": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |