blob: 4ed3db68904731160808dde8a679e9921d0dc257 [file] [log] [blame]
{
"name": "ExampleLib",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/CocoaPods/CocoaPodsExampleLibrary",
"authors": {
"orta": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/CocoaPods/CocoaPodsExampleLibrary.git"
},
"summary": "Just a simple podspec, no working code.",
"description": "Just a simple podspec for 2 files of Objective-C.",
"source_files": "Classes/ExampleLib.{m,h}",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}