{ | |
"name": "testRevSDK", | |
"version": "0.0.1", | |
"summary": "Example of creating own pod.", | |
"homepage": "https://github.com/audi2014/createpod.git", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Username": "username@mail.domain" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source": { | |
"git": "https://github.com/audi2014/createpod.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Classes/*.{h,m}", | |
"public_header_files": "Classes/*.h", | |
"frameworks": "Foundation", | |
"requires_arc": true | |
} |