blob: f21a30ec300bc050bb8ec797a3e8cc4871d70200 [file] [log] [blame]
{
"name": "TCMobileProvision",
"version": "1.0.0",
"license": "Apache 2.0",
"summary": "Accessing the embedded provisioning profile from iOS apps",
"homepage": "https://github.com/tcurdt/TCMobileProvision",
"authors": {
"Torsten Curdt": "tcurdt@vafer.org"
},
"source": {
"git": "https://github.com/tcurdt/TCMobileProvision.git",
"tag": "1.0.0"
},
"dependencies": {
"DTFoundation/DTASN1": [
"~>1.6"
]
},
"requires_arc": true,
"ios": {
"source_files": "Sources/iOS/*.{h,m}"
},
"platforms": {
"ios": "6.0"
}
}