| { |
| "name": "OCDiscount", |
| "version": "0.1.0", |
| "license": "MIT", |
| "summary": "Discount Markdown Processor for iOS and OS X", |
| "homepage": "https://www.github.com/sumardi/OCDiscount", |
| "authors": { |
| "Sumardi Shukor": "me@sumardi.net" |
| }, |
| "source": { |
| "git": "https://github.com/sumardi/OCDiscount.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.8" |
| }, |
| "ios": { |
| "frameworks": "Foundation", |
| "source_files": "OCDiscount/*.{h,m}" |
| }, |
| "osx": { |
| "frameworks": "Foundation", |
| "source_files": "OCDiscount/*.{h,m}" |
| }, |
| "default_subspecs": [ |
| "discount" |
| ], |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "discount", |
| "source_files": "OCDiscount/discount/*.{h}", |
| "preserve_paths": "libdiscount.a", |
| "libraries": "discount", |
| "vendored_libraries": "libdiscount.a" |
| } |
| ] |
| } |