blob: 76e908a87c51721c44200619251a950dc25a5ec3 [file] [log] [blame]
{
"name": "LRHCustomPodDemo",
"version": "0.2.0",
"summary": "Test LRHCustomPodDemo.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LRH-iOS/LRHCustomPodDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LRH-iOS": "xiandan@2dfire.com"
},
"source": {
"git": "https://github.com/LRH-iOS/LRHCustomPodDemo.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"AFNetworking": [
],
"YYText": [
]
},
"subspecs": [
{
"name": "Folder",
"source_files": "LRHCustomPodDemo/Classes/Folder/**/*"
},
{
"name": "TestFol",
"source_files": "LRHCustomPodDemo/Classes/TestFol/**/*"
}
]
}