| { |
| "name": "YXYNumberAnimationLabel", |
| "version": "1.0.0", |
| "summary": "An Auto Layout based Stack View.", |
| "description": " Vertically stack views using Auto Layout, also includes an \n order specific subclass that uses view tags for ordering.\n", |
| "homepage": "https://github.com/yulingtianxia/YXYNumberAnimationLabel", |
| "license": "MIT", |
| "authors": { |
| "Orta Therox": "yulingtianxia@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/yulingtianxia", |
| "source": { |
| "git": "https://github.com/yulingtianxia/YXYNumberAnimationLabel.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "YXYNumberAnimationLabel/*", |
| "dependencies": { |
| "FLKAutoLayout": [ |
| "~> 0.1" |
| ] |
| } |
| } |