| { |
| "name": "SocketIO-ObjC", |
| "version": "1.3.1", |
| "license": { |
| "type": "BSD" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "summary": "socket.io iOS devices.", |
| "homepage": "https://github.com/louis49/SocketIO-Objc", |
| "source": { |
| "git": "https://github.com/wapznw/SocketIO-Objc.git", |
| "tag": "V1.3.1" |
| }, |
| "authors": { |
| "DESNOS BenoƮt": "desnos.benoit@gmail.com" |
| }, |
| "source_files": "SocketIO-ObjC/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.6" |
| ] |
| }, |
| "ios": { |
| "frameworks": [ |
| "CFNetwork", |
| "Security", |
| "Foundation" |
| ] |
| }, |
| "libraries": "icucore" |
| } |