blob: 6c10ee30e30096f1713766e1e5eab6f6249dfa03 [file] [log] [blame]
{
"name": "sharekitdemo",
"version": "0.0.1",
"summary": "A demo for the sharekit lib",
"description": "demo pod spec for the sharekit lib",
"homepage": "http://bloom.co",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mulili": "mulili.nzuki@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mul1sh/share-kit-ios.git"
},
"source_files": "lib/sharekit/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_libraries": "lib/*.a",
"requires_arc": true
}