| { |
| "name": "JSCardProcessor", |
| "version": "0.1.10", |
| "summary": "A lightweight framework filled with UIKIt categories and Card Verification logic used to validate card numbers and information", |
| "homepage": "https://github.com/jsetting32/JSCardProcessor", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "John Setting": "jsetting32@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jsetting32/JSCardProcessor.git", |
| "tag": "0.1.10" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "JSCardProcessor/JSCardProcessor.h", |
| "source_files": "JSCardProcessor/JSCardProcessor.h", |
| "resource_bundles": { |
| "JSCardProcessor": [ |
| "JSCardProcessor/Assets/*.png" |
| ] |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Categories", |
| "public_header_files": "JSCardProcessor/Categories/*.h", |
| "source_files": "JSCardProcessor/Categories/*.{h,m}" |
| }, |
| { |
| "name": "UIKit", |
| "public_header_files": "JSCardProcessor/UIKit/*.h", |
| "source_files": "JSCardProcessor/UIKit/*.{h,m}", |
| "dependencies": { |
| "JSCardProcessor/Categories": [ |
| |
| ] |
| } |
| } |
| ] |
| } |