| { |
| "name": "MultiNative", |
| "version": "0.0.3", |
| "summary": "A multiplatform ios framework", |
| "homepage": "https://github.com/noheltcj/multi-native.git", |
| "authors": { |
| "Colton Nohelty": "noheltycolton@gmail.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "module_name": "MN", |
| "source": { |
| "http": "https://s3.us-east-2.amazonaws.com/multi-native-archive/MultiNative.zip" |
| }, |
| "source_files": "build/ios/release/MultiNative.framework/Headers/*.h", |
| "resources": "build/ios/release/MultiNative.framework/Info.plist", |
| "public_header_files": "build/ios/release/MultiNative.framework/Headers/*.h", |
| "ios": { |
| "vendored_frameworks": "build/ios/release/MultiNative.framework" |
| } |
| } |