| { |
| "name": "KZ_AutoGrowthTextView_DEV", |
| "version": "0.1.2", |
| "summary": "iOS Auto Growth TextView.", |
| "homepage": "http://47.95.250.128/GitHubDemos/KZ_AutoGrowthTextView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "KieronZhang": "http://47.95.250.128/KieronZhang" |
| }, |
| "source": { |
| "git": "http://47.95.250.128/GitHubDemos/KZ_AutoGrowthTextView.git", |
| "tag": "0.1.2", |
| "submodules": true |
| }, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "AutoGrowthTextView_DEV/*.{h,m}" |
| } |