blob: 2d8b3700e6cd37d5eb4c9955fe841f563f16ad80 [file] [log] [blame]
{
"name": "nakilib",
"version": "1.0.10",
"source": {
"git": "https://github.com/NagiYan/nakilib.git",
"tag": "1.0.10"
},
"summary": "my lib, with some usefull tools",
"description": "my lib, with some usefull tools, for private use",
"homepage": "https://github.com/NagiYan/nakilib",
"license": "MIT",
"authors": {
"nagi": "yxj@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"default_subspecs": "All",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"AFNetworking": [
],
"Masonry": [
],
"Reachability": [
],
"MJRefresh": [
],
"MGSwipeTableCell": [
],
"ChameleonFramework": [
],
"pop": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "All",
"ios": {
"dependencies": {
"nakilib/MRC": [
],
"nakilib/ARC": [
]
}
}
},
{
"name": "MRC",
"requires_arc": false,
"source_files": "nakilib/ui/view/MKNumberBadgeView.*",
"exclude_files": "nakilib/LICENSE",
"frameworks": "UIKit"
},
{
"name": "ARC",
"requires_arc": true,
"source_files": [
"nakilib/**/*",
"nakilib/ui/**/*",
"nakilib/communication/**/*",
"nakilib/device/**/*"
],
"exclude_files": [
"nakilib/LICENSE",
"nakilib/ui/view/MKNumberBadgeView.*"
],
"frameworks": "UIKit"
}
]
}