blob: a554c18583daf3688bedcc715abadf0a15c76532 [file] [log] [blame]
{
"name": "LTBaseFramework",
"version": "0.0.8",
"summary": "LNGTOP iOS framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.lngtop.com/RD-iOS/LTFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luliming": "luliming@lngtop.com"
},
"source": {
"git": "http://git.lngtop.com/RD-iOS/LTFramework.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Photos",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"RMUniversalAlert": [
]
},
"subspecs": [
{
"name": "Base",
"source_files": "LTFramework/Base/*"
},
{
"name": "Category",
"source_files": "LTFramework/Category/*"
},
{
"name": "Tools",
"source_files": "LTFramework/Tools/*"
}
]
}