blob: 9333e9253b167e9bea85cc329f0904665aa6d394 [file] [log] [blame]
{
"name": "XLData",
"version": "1.0.2",
"license": "MIT",
"summary": "XLData provides an elegant and concise way to load and show data sets into UITableViews and UICollectionViews.",
"homepage": "https://github.com/xmartlabs/XLData",
"authors": {
"Martin Barreto": "martin@xmartlabs.com",
"Miguel Revetria": "miguel@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLData.git",
"tag": "v1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "XLData/XL/Core/**/*.{h,m}"
},
{
"name": "CoreRemote",
"source_files": "XLData/XL/CoreRemote/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
},
{
"name": "DataStore",
"source_files": "XLData/XL/Local/DataStore/**/*.{h,m}",
"dependencies": {
"XLData/Core": [
]
}
},
{
"name": "CoreData",
"source_files": "XLData/XL/Local/CoreData/**/*.{h,m}",
"dependencies": {
"XLData/Core": [
]
},
"ios": {
"frameworks": "CoreData"
}
},
{
"name": "RemoteDataStore",
"source_files": "XLData/XL/Remote/DataStore/**/*.{h,m}",
"dependencies": {
"XLData/CoreRemote": [
],
"XLData/DataStore": [
]
}
},
{
"name": "RemoteCoreData",
"source_files": "XLData/XL/Remote/CoreData/**/*.{h,m}",
"dependencies": {
"XLData/CoreRemote": [
],
"XLData/CoreData": [
]
}
}
]
}