| { |
| "name": "hadiSDK", |
| "version": "0.1.0", |
| "summary": "A subclass on UILabel that provides a blink.", |
| "description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.", |
| "homepage": "https://github.com/hadimrih/hadiSDK", |
| "license": "MIT", |
| "authors": { |
| "hadi mrih": "hadimrih@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hadimrih/hadiSDK.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "hadiSDK": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |